File size: 877B
<?php
echo "<center>";
$umsg = getunreadpm(getuid_hits($hits));
if($umsg>0)
{
$pm = "<a href=\"inbox.php?show=openfol&view=urd&hits=$hits&reply=1\">$umsg Inbox(s)</a>";
}else{
$pm = "<a href=\"inbox.php?show=main&hits=$hits\">Inbox</a>";
}
$umsge = getunreadpm2(getuid_hits($hits));
if($umsge>0)
{
$pm2 = "<a href=\"inbox.php?show=openfol&view=auto&hits=$hits&reply=1&type=1\">$umsge Notification(s)</a>";
}else{
$pm2 = "<a href=\"index.php?show=terms&hits=$hits\"></a><br/>";
}
include("admob.php");
echo "<div class=\"footer\" align=\"center\">";
echo " | <a href=\"index.php?show=aonline&hits=$hits\">".getnumonline()." Online</a> | <br/>";
echo " | <a href=\"index.php?show=main&hits=$hits\">Home</a> | $pm | $pm2<br/>";
echo "<b>© 2011 - 2012 RemiXchaT</b></center>";
echo "</div>";
?>