Файл: konts.php
Строк: 44
<?php
include_once 'sys/inc/start.php';
include_once 'sys/inc/compress.php';
include_once 'sys/inc/sess.php';
include_once 'sys/inc/home.php';
include_once 'sys/inc/settings.php';
include_once 'sys/inc/db_connect.php';
include_once 'sys/inc/ipua.php';
include_once 'sys/inc/fnc.php';
include_once 'sys/inc/user.php';
$coNT = new contacts(isset($user['id']));
$set['title'] = $coNT ->title().' контакты';
include_once 'sys/inc/thead.php';
title().aut();
$coNT ->start_ ($user['id'], $set['p_str']);
$coNT ->contact_ ();
$coNT ->contactALL ();
$coNT -> contactSORTpost ($_POST);
$coNT -> contactMENU ();
include_once 'sys/inc/tfoot.php';