protected function beforeRender()
 {
     parent::beforeRender();
     $this->template->administrationTemplates = $this->administrationTemplatesDir;
 }
Exemplo n.º 2
0
 protected function beforeRender()
 {
     parent::beforeRender();
     $this->template->administrationTemplates = __DIR__ . '/../templates';
 }
Exemplo n.º 3
0
 protected function beforeRender()
 {
     parent::beforeRender();
     $this->template->adminFullLayout = TRUE;
 }