diff --git a/application/default/controllers/IndexController.php b/application/default/controllers/IndexController.php index dad04b03..9ce8c4da 100755 --- a/application/default/controllers/IndexController.php +++ b/application/default/controllers/IndexController.php @@ -9,7 +9,7 @@ class IndexController extends Zend_Controller_Action $this->view->theme = new Theme(); $this->submd = $this->view->config->sub->metadata; $this->subnews = $this->view->config->sub->news; - $this->_helper->layout->setLayout('index'); + # $this->_helper->layout->setLayout('index'); //$this->view->main_nav_pageID = "index"; } diff --git a/application/default/views/scripts/data/tag.phtml b/application/default/views/scripts/data/tag.phtml index 3c665c75..b478fee8 100755 --- a/application/default/views/scripts/data/tag.phtml +++ b/application/default/views/scripts/data/tag.phtml @@ -21,7 +21,7 @@ $this->theme->AppendPlus($this,'colorbox');
- - - - - - - - - = $this->headScript() ?> - = $this->headLink() ?> - = $this->headStyle() ?> - - - - - - - = $this->render('header-index.phtml') ?> - - = $this->layout()->content ?> - = $this->render('footer.phtml') ?> - - - - - - - -