瀏覽代碼

Add to homescreen

Ajout d’un icon iPhone/iPad + balise link et meta
tomgue 12 年之前
父節點
當前提交
a8fb745272
共有 2 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      app/layout/layout.phtml
  2. 二進制
      p/themes/icons/apple-touch-icon.png

+ 3 - 0
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>

二進制
p/themes/icons/apple-touch-icon.png