Example #1
0
 protected function beforeRender()
 {
     parent::beforeRender();
     $this->template->layoutStyle = LayoutSectionStyle::ADMIN;
 }
Example #2
0
 public function beforeRender()
 {
     parent::beforeRender();
     $this->template->layoutStyle = LayoutSectionStyle::USER;
 }