tpl= new Smarty(); $root = $_SERVER['DOCUMENT_ROOT'] . $config["path"]; $this->tpl->compile_dir = $root . '/core/template/templates_c'; $this->tpl->cache_dir = $root . '/core/template/cache'; $this->tpl->config_dir = $root . '/core/template/config'; $this->tpl->caching = $config["caching"]; $this->tpl->assign("path",$config["path"]."/"); } function __destruct() { } function meta() { } function footer() { } } ?>