diff --git a/library/Icinga/Web/Controller/ActionController.php b/library/Icinga/Web/Controller/ActionController.php index a7c6542b6..ec9effa1d 100755 --- a/library/Icinga/Web/Controller/ActionController.php +++ b/library/Icinga/Web/Controller/ActionController.php @@ -275,6 +275,16 @@ class ActionController extends Zend_Controller_Action if ($this->_request->getParam('format') === 'pdf' && $this->_request->getControllerName() !== 'static') { $this->sendAsPdfAndDie(); } + + // Module container + $module_name = $this->_request->getModuleName(); + $this->_helper->layout()->moduleStart = + '