protected function beforeRender()
 {
     parent::beforeRender();
     $this->template->modules = AdminModule::getModules();
     $this->template->title = 'Admin';
     $this->template->heading = 'Administrácia';
     $this->template->isAdminModule = TRUE;
     $this->setRenderSections(array(self::RENDER_SECTION_FILEUPLOAD => false, self::RENDER_SECTION_FILTERS => false, self::RENDER_SECTION_OPTIONS => false));
 }