Skip to content

Commit

Permalink
layout.phtml: reference iOS manifest file
Browse files Browse the repository at this point in the history
  • Loading branch information
flourish86 committed Jul 26, 2022
1 parent 56cd020 commit 637782c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/layouts/scripts/layout.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ $innerLayoutScript = $this->layout()->innerLayout . '.phtml';
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="application-name" content="Icinga Web 2">
<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">
<?php if ($isIframe): ?>
<base target="_parent">
Expand Down

0 comments on commit 637782c

Please sign in to comment.