Replace multiple touch icon images with universal image

refs #11910
This commit is contained in:
Florian Strohmaier 2016-06-06 11:13:00 +02:00 committed by Eric Lippmann
parent 1be8e14772
commit c7b4ef00e2
2 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ $innerLayoutScript = $this->layout()->innerLayout . '.phtml';
<script src="<?= $this->baseUrl('js/vendor/respond.min.js');?>"></script>
<![endif]-->
<link type="image/png" rel="shortcut icon" href="<?= $this->baseUrl('img/favicon.png') ?>" />
<link rel="apple-touch-icon" href="<?= $this->baseUrl('img/touch-icon.png') ?>">
</head>
<body id="body" class="loading">
<pre id="responsive-debug"></pre>

BIN
public/img/touch-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB