Example #1
0
 public function render()
 {
     if ($this->getParameter('do') === null) {
         $this->template->sideComponents = $this->administrationManager->getSideComponents();
     }
     $this->template->currentSideComponentName = $this->sideComponent;
     parent::render();
 }
Example #2
0
 public function render()
 {
     $this->template->dir = $this->dir;
     $this->template->file = $this->file;
     $this->template->root = $this->root;
     parent::render();
 }
Example #3
0
 public function render()
 {
     $this->template->administrationManager = $this->administrationManager;
     parent::render();
 }