View file system/modules/profile_delet.php

File size: 379B
<?php
/* 
	Appointment: Страница удалена
	File: profile_delet.php
	Author: likan
	Engine: LIKAN
*/
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();
}
?>