diff options
| author | 2014-04-17 18:20:18 +0200 | |
|---|---|---|
| committer | 2014-04-17 18:20:18 +0200 | |
| commit | a8fb7452720bdcb742f83952fed9caa7841a1ecf (patch) | |
| tree | 2d1026965b5c4b299f29f32e7098551c0eaedc6b /app/layout/layout.phtml | |
| parent | 7e949d50320317b5c3b5a2da2bdaf324e794b2f7 (diff) | |
Add to homescreen
Ajout d’un icon iPhone/iPad + balise link et meta
Diffstat (limited to 'app/layout/layout.phtml')
| -rw-r--r-- | app/layout/layout.phtml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/layout/layout.phtml b/app/layout/layout.phtml index 1501df3c3..d9e21a610 100644 --- a/app/layout/layout.phtml +++ b/app/layout/layout.phtml @@ -25,6 +25,9 @@ <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="msapplication-TileColor" content="#FFF" /> <meta name="robots" content="noindex,nofollow" /> </head> |
