protected function _prepareLayout()
 {
     if ($headBlock = $this->getLayout()->getBlock('head')) {
         $headBlock->setTitle($title);
     }
     return parent::_prepareLayout();
 }
Exemplo n.º 2
0
 protected function _prepareLayout()
 {
     return parent::_prepareLayout();
 }