Smarty(); $configuration = ConfigFramework::getConfig(); $customDirname = $configuration->getCustomDirName(); $this->template_dir = array('igep/plantillas','plantillas','custom/'.$customDirname.'/plantillas'); $this->compile_dir = $configuration->getTemplatesCompilationDir(); $this->plugins_dir= array(SMARTY_DIR.'plugins/' ); $this->config_dir = 'lang'; $this->debug_tpl = dirname(__DIR__).DIRECTORY_SEPARATOR.SMARTY_DIR.'debug.tpl' ; $this->caching = false; if (!$configuration->getSmartyCompileCheck()) $this->compile_check=false; /* Instanciamos la clase que gestiona los componentes web */ $this->igepPlugin = new IgepPlugin(); }//FIN funcion Smarty_Phrame }; //FIN clase Smarty_Phrame ?>