Файл: style/themes/default/foot.php
Строк: 12
<?
if (!$set['web'])
?>
<span class="rekl">
<?
$page_size = ob_get_length();
ob_end_flush();
rekl(3);
?>
</span>
<?
if ($_SERVER['PHP_SELF'] != '/index.php')
{
footer();
}
list($msec, $sec) = explode(chr(32), microtime());
?>
<div class="footer2">
<?
echo '<a href="/#">О нас</a>';
echo '<a href="/plugins/rules">Справка</a>';
echo '<a href="/rules.php">Правила</a>';
echo '<a href="/?t=web">Полная версия</a>';
?>
</div>
<div class="copy">
© <span style="text-transform: capitalize;"><?=text($_SERVER['HTTP_HOST'])?> 2014</a>
·
PGen: <?=round(($sec + $msec) - $conf['headtime'], 3)?>
</div>
</div>
</body>
</html>
<?
exit;
?>