Example #1
0
 public function init()
 {
     parent::init();
     $this->hurl = Axis_HumanUri::getInstance();
     $this->_helper->breadcrumbs(array('label' => Axis::translate('catalog')->__('Catalog'), 'route' => 'product_catalog'));
     $this->view->tags()->disableAction();
 }
Example #2
0
 public function init()
 {
     parent::init();
     $this->_helper->breadcrumbs(array('label' => Axis::translate('account')->__('Auth'), 'controller' => 'auth', 'route' => 'account'));
 }
Example #3
0
 public function init()
 {
     parent::init();
     $this->_helper->breadcrumbs(array('label' => Axis::translate('tag')->__('Tags'), 'route' => 'tag'));
 }
 public function init()
 {
     parent::init();
     $this->_helper->breadcrumbs(array('label' => Axis::translate('catalog')->__('Catalog'), 'route' => 'product_catalog'));
     $this->_helper->breadcrumbs(array('label' => Axis::translate('community')->__('Reviews'), 'route' => 'community_review'));
 }
Example #5
0
 public function init()
 {
     parent::init();
     $this->_helper->breadcrumbs(array('label' => Axis::translate('cms')->__('Pages'), 'route' => 'cms_default'));
 }