Файл: style/themes/default/foot.php
Строк: 20
<?
list($msec, $sec) = explode(chr(32), microtime());
if ($_SERVER['PHP_SELF'] != '/index.php')
{
?>
<div class="foot">
<img src="/style/icons/icon_glavnaya.gif" alt="*" /> <a href="/index.php">На главную</a>
</div>
<?
}
?>
<div class="copy">
<center>
© <a href="http://dcms-social.ru" style="text-transform: capitalize;"><?=text($_SERVER['HTTP_HOST'])?></a> - 2013г.
</center>
</div>
<div class="foot">
На сайте:
<a href="/online.php"><?=mysql_result(mysql_query("SELECT COUNT(*) FROM `user` WHERE `date_last` > ".(time()-600).""), 0)?></a> &
<a href="/online_g.php"><?=mysql_result(mysql_query("SELECT COUNT(*) FROM `guests` WHERE `date_last` > ".(time()-600)." AND `pereh` > '0'"), 0)?></a>
<?
if (!$set['web'])
echo ' | <a href="/?t=web">Версия для компьютера</a>';
?>
</div>
<div class="rekl">
<?
$page_size = ob_get_length();
ob_end_flush();
rekl(3);
?>
<center>
PGen: <?=round(($sec + $msec) - $conf['headtime'], 3)?>сек
</center>
</div>
</div>
</body>
</html>
<?
exit;
?>