fix config error
This commit is contained in:
parent
0dee17f92b
commit
9bb1bc9ad8
|
@ -8,7 +8,7 @@ class IndexController extends Zend_Controller_Action
|
|||
$this->db=Zend_Registry::get('db');
|
||||
$this->view->theme = new Theme();
|
||||
$this->submd = $this->view->config->sub->metadata;
|
||||
$this->subnews = $this->view->config->sub->metadata;
|
||||
$this->subnews = $this->view->config->sub->news;
|
||||
$this->_helper->layout->setLayout('index');
|
||||
//$this->view->main_nav_pageID = "index";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue