this results in a "segmentation fault" error
git-svn-id: file:///var/lib/svn/phpfspot/trunk@12
fa6a889d-dae6-447d-9e79-
4ba9a3039384
{
$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()
} // show()
- public function fetch($template)
- {
- return $this->fetch($template);
-
- } // fetch()
-
}
?>