Файл: style/themes/default/foot.php
Строк: 20
<?
list($msec, $sec) = explode(chr(32), microtime());
echo "<div class='aut2'>";
echo "<a href='/'>главная</a> | n";
echo "<a href='/forum/'>форум</a> | n";
echo "<a href='/chat/'>чат</a> | n";
echo "<a href='/obmen/'>обм</a> | n";
echo "<a href='/comm/'>соо</a> | n";
echo "<a href='/foto/'>фото</a> | n";
echo "<a href='/info.php'>инфо</a>n";
echo "</br>n";
echo "<a href='/online.php'>Онлайн: ".mysql_result(mysql_query("SELECT COUNT(*) FROM `user` WHERE `date_last` > ".(time()-600).""), 0)."</a> n";
echo "(+<a href='/online_g.php'> ".mysql_result(mysql_query("SELECT COUNT(*) FROM `guests` WHERE `date_last` > ".(time()-600)." AND `pereh` > '0'"), 0)."</a> гостей)n";
echo "</div>n";
echo "<div class='rekl'>n";
rekl(3);
echo "</div></body>n</html>";
exit;
?>