mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 08:14:03 +02:00
parent
dbd5e064ff
commit
23776152eb
@ -34,8 +34,9 @@ $innerLayoutScript = $this->layout()->innerLayout . '.phtml';
|
|||||||
<meta name="apple-mobile-web-app-title" content="Icinga">
|
<meta name="apple-mobile-web-app-title" content="Icinga">
|
||||||
<link rel="mask-icon" href="<?= $this->baseUrl('img/website-icon.svg') ?>" color="#0096BF">
|
<link rel="mask-icon" href="<?= $this->baseUrl('img/website-icon.svg') ?>" color="#0096BF">
|
||||||
<?php if ($isIframe): ?>
|
<?php if ($isIframe): ?>
|
||||||
<base target="_parent"/>
|
<base target="_parent">
|
||||||
<?php else: ?>
|
<?php else: ?>
|
||||||
|
<base href="<?= $this->baseUrl(); ?>/">
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
(function() {
|
(function() {
|
||||||
var html = document.getElementsByTagName('html')[0];
|
var html = document.getElementsByTagName('html')[0];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user