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