We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d13e55d + ac90602 commit d8afcb6Copy full SHA for d8afcb6
emhttp/plugins/dynamix/include/DefaultPageLayout/Favicon.php
@@ -1,5 +1,4 @@
1
-<link type="image/png" rel="shortcut icon" href="/webGui/images/<?= _var($var, 'mdColor', 'red-on') ?>.png">
2
-<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
+<link type="image/png" rel="icon" href="/webGui/images/<?= _var($var, 'mdColor', 'red-on') ?>.png">
3
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
4
<meta name="apple-mobile-web-app-title" content="<?= _var($var, 'NAME') ?>" />
5
<link rel="manifest" href="/manifest.json" />
0 commit comments