예제 #1
0
 public function init()
 {
     //MultiLanguageHelper::catchLanguage();
     parent::init();
     $this->layout = $this->module->getCustomLayout('user');
 }
예제 #2
0
 public function init()
 {
     parent::init();
     $this->checkAdmin();
 }