summaryrefslogtreecommitdiff
path: root/app/layout/layout.phtml
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-05-13 19:21:12 +0200
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-05-13 19:21:12 +0200
commitacd7d64e20ba90c49b69474f25c1c80656b6ffd6 (patch)
tree99143cb7e9cacfb95b3271090a2ed12a8e43a9ec /app/layout/layout.phtml
parent8ef32a10c6fd8e4ace44a5e797f6176f80b9560e (diff)
parent3298cf757e259826d55c31378ab3221911abe290 (diff)
Merge branch 'master' of github.com:tomgue/FreshRSS into 491-homescreen
Diffstat (limited to 'app/layout/layout.phtml')
-rw-r--r--app/layout/layout.phtml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/layout/layout.phtml b/app/layout/layout.phtml
index 63255b54f..cc7aa9d76 100644
--- a/app/layout/layout.phtml
+++ b/app/layout/layout.phtml
@@ -29,6 +29,10 @@
<link rel="prefetch" href="<?php echo FreshRSS_Themes::icon('non-starred', true); ?>">
<link rel="prefetch" href="<?php echo FreshRSS_Themes::icon('read', true); ?>">
<link rel="prefetch" href="<?php echo FreshRSS_Themes::icon('unread', true); ?>">
+ <link rel="apple-touch-icon" href="<?php echo Minz_Url::display('/themes/icons/apple-touch-icon.png'); ?>">
+ <meta name="apple-mobile-web-app-capable" content="yes" />
+ <meta name="apple-mobile-web-app-status-bar-style" content="black" />
+ <meta name="apple-mobile-web-app-title" content="FreshRSS">
<meta name="msapplication-TileColor" content="#FFF" />
<meta name="robots" content="noindex,nofollow" />
</head>