X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=phpfspot_tmpl.php;h=5eff54476b2a21627fe93cc803ce5ef6eb02da3a;hp=4dd24e6ab983bb84803dae45f0bf88096e75e350;hb=d0ba69737f67bd7beb7f2050082b5e043375749c;hpb=61f2970e221f8612e51e7802cc127819c4caa369 diff --git a/phpfspot_tmpl.php b/phpfspot_tmpl.php index 4dd24e6..5eff544 100644 --- a/phpfspot_tmpl.php +++ b/phpfspot_tmpl.php @@ -1,6 +1,25 @@ cfg->base_path .'/themes/'. $parent->cfg->theme_name .'/templates')) { + print "No templates found in ". $parent->cfg->base_path .'/themes/'. $parent->cfg->theme_name .'/templates'; + exit(1); + } + $this->Smarty(); - $this->template_dir = $parent->cfg->base_path .'/templates'; - $this->config_dir = $parent->cfg->base_path .'/smarty_config'; + $this->template_dir = $parent->cfg->base_path .'/themes/'. $parent->cfg->theme_name .'/templates'; $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()