Smarty(); $this->template_dir = array('igep/plantillas','plantillas','igep/custom/'.GVHIDRA_CUSTOM.'/plantillas'); $this->compile_dir = CUSTOM_TEMPLATES_C_DIR; $this->plugins_dir= array(SMARTY_DIR.'plugins/' ); $this->caching = false; if (!ConfIgep::es_desarrollo()) $this->compile_check=false; /* Instanciamos la clase que gestiona los componentes web */ $this->igepPlugin = new IgepPlugin(); }//FIN funcion Smarty_Phrame }; //FIN clase Smarty_Phrame ?>