Файл: system/foot.php
Строк: 10
<?
if ($_SERVER['SCRIPT_NAME'] != '/index.php'){
echo '<small><div class="menu" style="text-align:center;"> <a href="/">Главная</a> | ';
if($user){echo '<a href="/profile'.$user['id'].'">Профиль</a>';}else{echo'<a href="/enter.php">Войти</a>';}
echo' | <a href="/forum.php">Форум</a> | <a href="/chat.php">Чат</a> | <a href="/downloads.php">Загрузки</a></small></div>';}
?><div class="foot">
© <a href="<?=$home?>"><?=$copy?></a>
<span style="float:right;"><a href="/money.php">[Пожертвовать]</a></span>
</div></div>
</body></html>