summaryrefslogtreecommitdiffstats
path: root/phpfspot_tmpl.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpfspot_tmpl.php')
-rw-r--r--phpfspot_tmpl.php8
1 files changed, 1 insertions, 7 deletions
diff --git a/phpfspot_tmpl.php b/phpfspot_tmpl.php
index affb543..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()
@@ -22,12 +22,6 @@ class PHPFSPOT_TMPL extends Smarty {
} // show()
- public function fetch($template)
- {
- return $this->fetch($template);
-
- } // fetch()
-
}
?>