Ejemplo n.º 1
0
 /**
  * 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'));
 }
Ejemplo n.º 2
0
 public function init()
 {
     parent::init();
     $this->_helper->breadcrumbs(array('label' => Axis::translate('account')->__('My Orders'), 'controller' => 'order', 'route' => 'account'));
 }
Ejemplo n.º 3
0
 public function init()
 {
     parent::init();
     $this->_customerId = Axis::getCustomerId();
     $this->_helper->breadcrumbs(array('label' => Axis::translate('account')->__('Address Book'), 'controller' => 'address-book', 'route' => 'account'));
 }