system: Linux mars.sprixweb.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
cmd: 

Direktori : /home/pfhr/public_html/admin/classes/Display/
Upload File :
Current File : /home/pfhr/public_html/admin/classes/Display/DFooter.php

<?php

?>

<?php
class Display_DFooter
{
	function showFooter()
	{
					$output='<div style="clear:both; height:12px;"><img src="images/spacer.gif" width="1" height="1" alt="" /></div>
			<div style="clear:both" id="foot">
			<div id="foot-inside">
			<div class="f1">Copyright � 2008 yourdomain.com .<br />
			All rights reserved. <a href="?do=cms&action=termsandconditions">Privacy Policy</a></div>
			<div class="f2"><b>E-mail</b><br />
			  <a href="#">info@yourdomain.com</a><br />
			  <a href="#">sales@yourdomain.com</a></div>
			<div class="f3"><b>Telephone</b><br />
			  01-032-7789034<br />
			  01-032-7789035 </div>
			<div class="f4"><b>Address</b><br />
			  Lords Garden,<br />
			  Vilachry, Madurai- 629175, INDIA. <br />
			</div>
			</div>
			  <div id="foot-inside2">
			  <div id="fl1"><img src="images/payment.gif" width="158" height="24" alt="Google" /></div>
			  <div id="fl2"><a href="?do=cms&action=howitwork">How it works</a> | <a href="?do=cms&action=testimonal">Member�s Testimonial</a> | <a href="?do=register">Join Now</a> |<a href="?do=cms&action=askexpert"> Ask the Experts</a> | <a href="?do=login">Member�s Login</a> | <a href="?do=topsponsors">Top Sponsors</a></div>
			  </div>
			</div></div>
			<!--Ends -->
			</body>
			</html>';
			return $output;
	}
}
?>