Ejemplo n.º 1
0
 public function init()
 {
     //MultiLanguageHelper::catchLanguage();
     parent::init();
     $this->layout = $this->module->getCustomLayout('user');
 }
Ejemplo n.º 2
0
 public function init()
 {
     parent::init();
     $this->checkAdmin();
 }