No te basta con esto?
Código PHP:
Ver originalinclude_once SMARTY_BASEFILE;
class Plantilla extends Smarty {
public function __construct(){
//constructor
}
function Plantilla() {
$this->template_dir = APP_BASEDIR .'/plantillas/templates/';
$this->compile_dir = APP_BASEDIR .'/plantillas/templates_c/';
$this->config_dir = APP_BASEDIR .'/plantillas/configs/';
$this->cache_dir = APP_BASEDIR .'/plantillas/cache/';
}
}
Saludos