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
<?php
class Display_DFooter
{
function showFooter($sesid,$content)
{
$output='</div>';
$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-in" align="center">
<div id="fl2" class="f1"><a href="?do=index">Home</a> | <a href="?do=aboutus">About Us</a> | <a href="?do=news">News</a> | <a href="?do=members">Members</a> | <a href="?do=cms&action=termsandconditions">Terms & Conditions</a>
| <a href="?do=cms&action=termsandconditions">Privacy Policy</a> | <a href="?do=contactus">Contact Us</a>
</div>
</div>
<div id="foot-inside2">
<div align="center"><table width="100%" cellspacing="0" border="0" cellpadding="0" >
<tbody>
<tr>
<td align="center" style="padding-top:10px;"><div style="width:600px">Copyright @ 2011 specialanticrimebureau.org .All rights reserved.</br>Design By <font size="3" color="red" ><a herf="">Web Developer 9001 ® </a></font></div></td>
</tr>
</tbody>
</table></div>
</div>
</div></div>
<!--Ends -->
</body>
</html>';
return $output;
}
}
?>