Exemple #1
0
 public function __construct()
 {
     parent::__construct();
     $this->smarty->setTemplateDir(System_Settings::getSmarty_template());
     $this->smarty->setCompileDir(System_Settings::getSmarty_compile_dir());
     $this->smarty->setCacheDir(System_Settings::getSmarty_cached_dir());
     $this->smarty->debugging = System_Settings::getSmarty_debugging();
     $this->smarty->caching = System_Settings::getSmarty_caching();
     $this->smarty->cache_lifetime = System_Settings::getSmarty_cache_lifetime();
 }