parent
9f5e1d4785
commit
c59bd73e06
|
@ -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: ?>
|
||||
|
|
Loading…
Reference in New Issue