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