Файл: bratki/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: 228-781<br>E-mail: 1_diablo@mail.ru<br></div>';
echo'<div class="foot">';
echo'<a href="index.php">Назад</a></div>';
////////////////////////////////////
include($path.'files/end.php');
////////////////////////////////////
?>