add( $this->render('firewall-control/configuration-menu-entry.html') ); } public function onModuleConfigure(HookRenderEvent $event) { $event->add( $this->render('firewall-control/module-configuration.html') ); } }