Вход Регистрация
Файл: DARK WARS/dark_war/class/design.class.php
Строк: 13
<?php
include_once H.'/dark_war/smarty/Smarty.class.php';
class 
design extends Smarty {
    
    function 
__construct() {
        
parent::__construct();
        
        
$this->template_dir H.'/dark_war/style/tpl';
        
$this->compile_dir H.'/dark_war/style/tpl_c';
        
$this->config_dir H.'/dark_war/style/tpl_conf';
        
$this->cache_dir H.'/dark_war/style/tpl_cache';
        
        global 
$player;
        
$this->assign('player'$player);    
                            
    }        
}
?>
Онлайн: 0
Реклама