X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=phpfspot_tmpl.php;h=b5c1930fbac8818d07d92ecd52a88a9ecc43f663;hp=4dd24e6ab983bb84803dae45f0bf88096e75e350;hb=495fee6e4ea622177353c74425d546aedf467991;hpb=61f2970e221f8612e51e7802cc127819c4caa369 diff --git a/phpfspot_tmpl.php b/phpfspot_tmpl.php index 4dd24e6..b5c1930 100644 --- a/phpfspot_tmpl.php +++ b/phpfspot_tmpl.php @@ -10,8 +10,8 @@ class PHPFSPOT_TMPL extends Smarty { { $this->Smarty(); $this->template_dir = $parent->cfg->base_path .'/templates'; - $this->config_dir = $parent->cfg->base_path .'/smarty_config'; $this->compile_dir = $parent->cfg->base_path .'/templates_c'; + $this->config_dir = $parent->cfg->base_path .'/smarty_config'; $this->cache_dir = $parent->cfg->base_path .'/smarty_cache'; } // __construct()