summaryrefslogtreecommitdiffstats
path: root/core/templates/layout.guest.php
diff options
context:
space:
mode:
authormaprambo <matthes@Matthes-MacBook.local>2015-11-02 19:23:35 +0100
committermaprambo <matthes@Matthes-MacBook.local>2015-11-04 19:31:17 +0100
commitedb1fee610490907302930b3af574e9e522eb0ee (patch)
treea4db8c4ba782a7b32efa2dc9c6772e837b939967 /core/templates/layout.guest.php
parent44f4de1526640b195b543805c5052ef62987d81c (diff)
downloadnextcloud-server-edb1fee610490907302930b3af574e9e522eb0ee.tar.gz
nextcloud-server-edb1fee610490907302930b3af574e9e522eb0ee.zip
Added Safari tabbed pin icon
Added the necessary code and a black and inverted version of the favicon/ touch icon in svg format
Diffstat (limited to 'core/templates/layout.guest.php')
-rw-r--r--core/templates/layout.guest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/templates/layout.guest.php b/core/templates/layout.guest.php
index 56b762d3266..15535b8fada 100644
--- a/core/templates/layout.guest.php
+++ b/core/templates/layout.guest.php
@@ -14,6 +14,7 @@
<meta name="theme-color" content="<?php p($theme->getMailHeaderColor()); ?>">
<link rel="shortcut icon" type="image/png" href="<?php print_unescaped(image_path('', 'favicon.png')); ?>">
<link rel="apple-touch-icon-precomposed" href="<?php print_unescaped(image_path('', 'favicon-touch.png')); ?>">
+ <link rel="mask-icon" sizes="any" href="<?php print_unescaped(image_path('', 'favicon-mask.svg')); ?>" color="#1d2d44">
<?php foreach($_['cssfiles'] as $cssfile): ?>
<link rel="stylesheet" href="<?php print_unescaped($cssfile); ?>" media="screen">
<?php endforeach; ?>