Add meta tags for using Web 2 as mobile web app bookmark

refs #11910
This commit is contained in:
Florian Strohmaier 2016-06-06 11:17:36 +02:00 committed by Eric Lippmann
parent 9f5e1d4785
commit c59bd73e06
1 changed files with 3 additions and 0 deletions

View File

@ -29,6 +29,9 @@ $innerLayoutScript = $this->layout()->innerLayout . '.phtml';
<meta http-equiv="cleartype" content="on">
<title><?= $this->title ? $this->escape($this->title) : 'Icinga Web' ?></title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<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">
<?php if ($isIframe): ?>
<base target="_parent"/>
<?php else: ?>