summaryrefslogtreecommitdiffstats
path: root/core/templates/layout.guest.php
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2015-07-29 18:16:01 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2015-07-29 18:16:01 +0200
commit0b27bcba76b582e73f1478eac4905c96cd7e8863 (patch)
tree068c35e380c20bd6d3672714e56788149fa77a42 /core/templates/layout.guest.php
parent3ef680d96623eb6350015843f56b55b593a053bd (diff)
downloadnextcloud-server-0b27bcba76b582e73f1478eac4905c96cd7e8863.tar.gz
nextcloud-server-0b27bcba76b582e73f1478eac4905c96cd7e8863.zip
add theme-color for better Android browser integration
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 0557e89ce71..0fd7521271d 100644
--- a/core/templates/layout.guest.php
+++ b/core/templates/layout.guest.php
@@ -10,6 +10,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0">
<meta name="apple-itunes-app" content="app-id=<?php p($theme->getiTunesAppId()); ?>">
+ <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')); ?>">
<?php foreach($_['cssfiles'] as $cssfile): ?>