Просмотр файла system/foot.php
<?php $system = mysql_fetch_assoc(mysql_query("SELECT * FROM `system` WHERE `id` = '1'")); if ($_SERVER['PHP_SELF'] != '/index.php') { echo '<div class="title2">» <a href="/">На главную</a></div>'; } ads_foot(); # Пожалуйста, не убирайте копирайт ! echo '<div class="footer">© '.$system['copy'].'</div><center>©<a href="http://wapexpert.ru">WriteEngine</a></center> </body> </html>'; ?>