mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-09-13 21:18:08 +02:00
layout.phtml: reference iOS manifest file
This commit is contained in:
parent
d025659370
commit
7fa1c6014c
@ -34,6 +34,7 @@ $innerLayoutScript = $this->layout()->innerLayout . '.phtml';
|
|||||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||||
<meta name="application-name" content="Icinga Web 2">
|
<meta name="application-name" content="Icinga Web 2">
|
||||||
<meta name="apple-mobile-web-app-title" content="Icinga">
|
<meta name="apple-mobile-web-app-title" content="Icinga">
|
||||||
|
<link rel="manifest" href=<?= $this->baseUrl('img/manifest.json') ?>>
|
||||||
<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">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user