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