Пример #1
0
 protected function _preparePage()
 {
     parent::_preparePage();
     $this->setBlockType('search')->setTitle($this->__('Search results for "%s"', $this->getQuery()))->setRatingEnabled(Mage::getStoreConfig('kbase/general/rating_enabled'));
     $this->addBreadcrumb($this->__('Search results'), false);
 }
Пример #2
0
 protected function _preparePage()
 {
     parent::_preparePage();
     $this->setBlockType('tag')->setTitle($this->__('Articles by tag "%s"', $this->getTag()))->setRatingEnabled(Mage::getStoreConfig('kbase/general/rating_enabled'));
     $this->addBreadcrumb($this->__('Articles by tag'), false);
 }