PK

ADDRLIN : /home/anibklip/pcfcindia.com/gst2018/
FLL :
Current File : /home/anibklip/pcfcindia.com/gst2018/foot.php

<?php 
$content=<<<EOT
					</div>
					<hr class="hide" />
			
			    <!-- start #footer -->
			
			    <div id="footer">
			    <div id="footer-contents">
			        <hr />
			      <p align="center">Copyright &#169; 2017-18 ANI Business Solutions. All rights reserved.</p>
			    </div>
			    </div>
			    <!-- end #footer -->
			
			</body>
			</html>
EOT;
echo $content;
?>


PK 99