Exemplo n.º 1
0
 public function indexAction()
 {
     if ($this->getSession()->isLoggedIn()) {
         $this->_redirect("customer/mobile_account_edit");
     } else {
         parent::indexAction();
     }
 }
Exemplo n.º 2
0
 public function indexAction()
 {
     $this->getSession()->isOverview = false;
     parent::indexAction();
 }