<?php
/* 
    Appointment: Страница удалена
    File: profile_delet.php
 
*/
if(!defined('MOZG'))
    die("Hacking attempt!");
if($user_info['user_group'] != '1'){
    $tpl->load_template('profile_deleted.tpl');
    $tpl->compile('main');
    echo str_replace('{theme}', '/templates/'.$config['temp'], $tpl->result['main']);
    die();
}
?>