Файл: includes/css/foot.php
Строк: 26
<?
echo '<a class="link" href="../index.php"><span class="arrow">На главную</span></a>';
echo'<a href="/forum/index.php"><span class="title">форум</span> <a href="/chat/index.php"><span class="title">чат</span> <a href="/pages/users.php"><span class="title">Жители</span> <a href="/files/index.php"><span class="title">Загрузки</span></br>';
echo'<a class="link" class="center" href="/pages/online.php"><span class="arrow">Онлайн: '.$online.' </span></a>';
echo '<div class="center"> Генерация '.round(microtime(true)-$HeadTime, 4).' сек';
?>