<?php
define('NTOP', 1);
$title = 'Контакты';
require_once ('../system/connect.php');
require_once ('../system/core.php');
require_once ('../system/function.php');
require_once ('../m/head.php');
echo '<div class="title2">Контакты Админа</div>
<div class="main">
ICQ: 582822297</a><br />
E-mail: demix_gw@mail.ru<br /></div>';
require_once ('../m/foot.php');
?>