getEnabled()) { $this->_redirectUrl(Mage::helper('core/url')->getHomeUrl()); } Mage::helper('blog')->ifStoreChangedRedirect(); } public function indexAction() { $this->_forward('list'); } public function listAction() { $this->loadLayout(); $this->getLayout()->getBlock('root')->setTemplate(Mage::helper('blog')->getLayout()); $this->renderLayout(); } }