parseLocale($translator->getLocale())->language;
$timezone = date_default_timezone_get();
$isIframe = $this->layout()->isIframe;
$showFullscreen = $this->layout()->showFullscreen;
$iframeClass = $isIframe ? ' iframe' : '';
$innerLayoutScript = $this->layout()->innerLayout . '.phtml';
?>
data-icinga-is-iframe
>
= $this->title ? $this->escape($this->title) . ' :: ' : '' ?>= $this->defaultTitle ?>
= $this->render($innerLayoutScript); ?>