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->cache_dir = $parent->cfg->base_path .'/smarty_cache'; } // __construct() public function show($template) { $this->display($template); } // show() public function fetch($template) { return $this->fetch($template); } // fetch() } ?>