Файл: system/modules/profile_delet.php
Строк: 16
<?php
/*
Appointment: Страница удалена
File: profile_delet.php
Author: f0rt1
Engine: Vii Engine
Copyright: NiceWeb Group (с) 2011
e-mail: niceweb@i.ua
URL: http://www.niceweb.in.ua/
ICQ: 427-825-959
Данный код защищен авторскими правами
*/
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();
}
?>