Файл: sys/inc/tfoot.php
Строк: 13
<?
if (file_exists(H."style/themes/$set[set_them]/foot.php"))
include_once H."style/themes/$set[set_them]/foot.php";
else
{
list($msec, $sec) = explode(chr(32), microtime());
echo "<div class='foot'>";
echo "<a href='/'>На главную</a><br />n";
echo "[Online: ";
echo '<a href="/online.php"><b>'.mysql_result(mysql_query('SELECT COUNT(*) FROM `user` WHERE `date_last` > '.(time()-600).''), 0).'</b></a> - ';
echo '<a href="/online_g.php"><b>'.mysql_result(mysql_query('SELECT COUNT(*) FROM `guests` WHERE `date_last` > '.(time()-600).' AND `pereh` > "0"'), 0).'</b></a> ]<br />';
echo "</div>n";
rekl(3);
echo "</div>n</body>n</html>";
}
exit;
?>