Файл: kontakt.php
Строк: 13
<?php
define('PROTECTOR', 1);
$textl='Контакты';
include('files/path.php');
include($path.'files/db.php');
include($path.'files/auth.php');
include($path.'files/func.php');
include($path.'files/core.php');
include($path.'files/head.php');
echo'<div class="menu">';
echo'<b>Контакты</b><br/>
ВАШЕ ИМЯ<br>ICQ: ВАШ UIN<br>E-mail: ВАШ @mail<br></div>';
echo'<div class="foot">';
echo'<a href="index.php">Назад</a></div>';
////////////////////////////////////
include($path.'files/end.php');
////////////////////////////////////
?>