aboutsummaryrefslogtreecommitdiffstats
path: root/core/templates/layout.user.php
diff options
context:
space:
mode:
authorChristian Wenz <christian@wenz.org>2020-10-02 21:49:14 +0200
committerChristian Wenz <christian@wenz.org>2020-10-02 21:49:14 +0200
commit8aa13f37b07b41ba1cd216727ed616745a7ec794 (patch)
tree31530dcd40266316870c20c653df75cc30d81717 /core/templates/layout.user.php
parent7819305eba67275b3db1d500193f2eee539b9442 (diff)
downloadnextcloud-server-8aa13f37b07b41ba1cd216727ed616745a7ec794.tar.gz
nextcloud-server-8aa13f37b07b41ba1cd216727ed616745a7ec794.zip
Add apple-touch-icon-precomposed (fixes #14818)
Signed-off-by: Christian Wenz <christian@wenz.org>
Diffstat (limited to 'core/templates/layout.user.php')
-rw-r--r--core/templates/layout.user.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php
index df539b6cd2e..50c0eb2ef89 100644
--- a/core/templates/layout.user.php
+++ b/core/templates/layout.user.php
@@ -20,6 +20,7 @@
<meta name="theme-color" content="<?php p($theme->getColorPrimary()); ?>">
<link rel="icon" href="<?php print_unescaped(image_path($_['appid'], 'favicon.ico')); /* IE11+ supports png */ ?>">
<link rel="apple-touch-icon" href="<?php print_unescaped(image_path($_['appid'], 'favicon-touch.png')); ?>">
+ <link rel="apple-touch-icon-precomposed" href="<?php print_unescaped(image_path($_['appid'], 'favicon-touch.png')); ?>">
<link rel="mask-icon" sizes="any" href="<?php print_unescaped(image_path($_['appid'], 'favicon-mask.svg')); ?>" color="<?php p($theme->getColorPrimary()); ?>">
<link rel="manifest" href="<?php print_unescaped(image_path($_['appid'], 'manifest.json')); ?>">
<?php emit_css_loading_tags($_); ?>