/** * Initialize * @see app/code/Axis/Account/Controller/Axis_Account_Controller_Abstract#init() */ public function init() { parent::init(); if (!Axis::single('core/module')->getByCode('Axis_Tag')->isInstalled()) { $this->_redirect('/account'); } $this->_helper->breadcrumbs(array('label' => Axis::translate('account')->__('Tags'), 'route' => 'tag_account')); }
public function init() { parent::init(); $this->_helper->breadcrumbs(array('label' => Axis::translate('account')->__('My Orders'), 'controller' => 'order', 'route' => 'account')); }
public function init() { parent::init(); $this->_customerId = Axis::getCustomerId(); $this->_helper->breadcrumbs(array('label' => Axis::translate('account')->__('Address Book'), 'controller' => 'address-book', 'route' => 'account')); }