X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=phpfspot_tmpl.php;h=9609477f0b7cbcaf06dbd5ce15213ddc2afe3d43;hp=affb54373e20d2dca2d94cc29539dffd25d503ed;hb=51ab51f6a487cd793e523aebb61ed43c2b7314bf;hpb=0052d4e2f5361745060076fe0b5521d5d67afbfb diff --git a/phpfspot_tmpl.php b/phpfspot_tmpl.php index affb543..9609477 100644 --- a/phpfspot_tmpl.php +++ b/phpfspot_tmpl.php @@ -1,5 +1,26 @@ 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() @@ -22,12 +43,6 @@ class PHPFSPOT_TMPL extends Smarty { } // show() - public function fetch($template) - { - return $this->fetch($template); - - } // fetch() - } ?>