Размер файла: 1.22Kb
<?php
require_once ("../includes/start.php");
require_once ("../includes/functions.php");
require_once ("../includes/header.php");
include_once ("../themes/header.php");
show_title('Все сервисы');
echo'<img src="../images/img/act.png" alt=""/> <a href="colors/index.php?'.SID.'">Цвета в <b>HTML</b></a><br>';
echo'<img src="../images/img/act.png" alt=""/> <a href="passgen/index.php?'.SID.'">Генератор паролей</a><br>';
echo'<img src="../images/img/act.png" alt=""/> <a href="sovet/index.php?'.SID.'">Посоветуй сайт</a> ';
echo'[<b>';
include_once"sovet/sovet.txt";
echo'</b>]';
echo'<br><img src="../images/img/act.png" alt=""/> <a href="bash.php?'.SID.'">Цитатник Рунета</a><br>';
echo'<img src="../images/img/act.png" alt=""/> <a href="PR/?'.SID.'">ТИЦ и PR сайта</a><br>';
echo'<img src="../images/img/act.png" alt=""/> <a href="smi/?'.SID.'">Смайлогенератор</a><br>';
echo'<img src="../images/img/act.png" alt=""/> <a href="name/index.php?'.SID.'">Тайна имени</a>';
echo'<hr><img src="../images/img/act_home.gif" alt=""/> <a href="../index.php?'.SID.'"> Главная</a><br>';
include_once ("../themes/footer.php");
?>