diff --git a/application/layouts/scripts/layout.phtml b/application/layouts/scripts/layout.phtml index e00b9371d..e7a9d834b 100644 --- a/application/layouts/scripts/layout.phtml +++ b/application/layouts/scripts/layout.phtml @@ -26,6 +26,7 @@ $iframeClass = $isIframe ? ' iframe' : ''; + <?= $this->title ? $this->escape($this->title) : 'Icinga Web' ?>