Файл: Blue/foot.php
Строк: 21
<?
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="/" style="text-transform: capitalize;"><?=text($_SERVER['HTTP_HOST'])?></a> - 2014г.
</center>
</div>
<div class="rekl">
<?
$page_size = ob_get_length();
ob_end_flush();
rekl(3);
?>
<center>
PGen: <?=round(($sec + $msec) - $conf['headtime'], 3)?>сек
</center>
</div>
<center><a href="http://waplog.net/c.shtml?567200"><img src="http://c.waplog.net/567200.cnt" alt="waplog" /></a></center>
</div>
</body>
</html>
<?
exit;
?>