Ejemplo n.º 1
0
 function _config_view()
 {
     parent::_config_view();
     $this->_view->template_dir = ROOT_PATH . '/themes';
     $this->_view->compile_dir = ROOT_PATH . '/temp/compiled/mall';
     $this->_view->res_base = SITE_URL . '/themes';
 }
Ejemplo n.º 2
0
 function _config_view()
 {
     parent::_config_view();
     $this->_view->template_dir = ROOT_PATH . '/themes';
     $this->_view->compile_dir = ROOT_PATH . '/temp/compiled/mall';
     $this->_view->res_base = SITE_URL . '/themes';
     $this->_config_seo(array('title' => Conf::get('site_title'), 'description' => Conf::get('site_description'), 'keywords' => Conf::get('site_keywords')));
 }
Ejemplo n.º 3
0
 function _config_view()
 {
     parent::_config_view();
     $this->_view->template_dir = APP_ROOT . '/templates';
     $this->_view->compile_dir = ROOT_PATH . '/temp/compiled/admin';
     $this->_view->res_base = site_url() . '/templates';
     $this->_view->lib_base = dirname(site_url()) . '/includes/libraries/javascript';
 }