12 lines
314 B
PHP
12 lines
314 B
PHP
<?php
|
|
if(!defined('__KIMS__')) exit;
|
|
|
|
checkAdmin(0);
|
|
|
|
if (trim($theme) && is_dir($g['dir_module'].'theme/'.$theme))
|
|
{
|
|
include_once $g['path_core'].'function/dir.func.php';
|
|
DirDelete($g['dir_module'].'theme/'.$theme);
|
|
}
|
|
getLink($g['s'].'/?r='.$r.'&m=admin&module='.$m.'&front=skin','parent.','','');
|
|
?>
|