Файл: style/themes/default/foot.php
Строк: 15
<?
list($msec, $sec) = explode(chr(32), microtime());
if ($_SERVER['PHP_SELF'] != '/index.php') {
echo '<a class="link" href="/index.php">« На главную</a>';
echo '<div class="copy"><a href="/plugins/rules/"><img src="/style/themes/default/img/cp.png" alt=""/> Помощь</a></div>';
}else{
echo '<div style="text-align:center;" class="title"><a href="">О сайте</a> • <a href="/plugins/rules/">Помощь</a> • <a href="">Реклама</a></div>';
echo '<div class="rekl"><img src="/style/icons/fin.png"></br>';
$page_size = ob_get_length();
ob_end_flush();
rekl(3);
echo '</div>';
echo '<div class="copy"><a href="/"><img src="/style/themes/default/img/cp.png" alt=""/> © « Тест » 2019</a></div>';
}
?>
</div>
</body>
</html>
<?
exit;
?>