X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=phpfspot_tmpl.php;h=996ff443d0a17076d8cb8251e933d6e9b282be30;hp=b5c1930fbac8818d07d92ecd52a88a9ecc43f663;hb=360821514a97c946ab0ae66a2677380ad72bd794;hpb=c4aa146f3a1e8fdf75a0fc0e024c144692d92cfc diff --git a/phpfspot_tmpl.php b/phpfspot_tmpl.php index b5c1930..996ff44 100644 --- a/phpfspot_tmpl.php +++ b/phpfspot_tmpl.php @@ -1,5 +1,26 @@ 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->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';