Smarty(); $this->template_dir = $_SERVER["DOCUMENT_ROOT"]."/resources/Smarty/templates/"; $this->compile_dir = $_SERVER["DOCUMENT_ROOT"]."/resources/Smarty/templates_c/"; $this->config_dir = $_SERVER["DOCUMENT_ROOT"]."/resources/Smarty/configs/"; $this->cache_dir = $_SERVER["DOCUMENT_ROOT"]."/resources/Smarty/cache/"; $this->caching = false; $this->compile_check = true; //$this->debugging = true; } } ?>