Example #1
0
 public function beforeroute()
 {
     parent::beforeroute();
     \helpers\Layout::setStaticBlocks();
     $this->setAuthorizedUserAndMenu();
     $this->fw->set('COOKIE.sent', true);
     // Для формы входа на сайт
 }