protected function _prepareLayout()
 {
     if ($headBlock = $this->getLayout()->getBlock('head')) {
         $headBlock->setTitle($title);
     }
     return parent::_prepareLayout();
 }
示例#2
0
 protected function _prepareLayout()
 {
     return parent::_prepareLayout();
 }