changeset 110:7d77d21873d1

Add mobile/Apple "touch icons".
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 11 Dec 2013 16:40:35 +0200
parents f4756a8665aa
children 0087e57d5df3
files img/icon-114-precomposed.png img/icon-120-precomposed.png img/icon-152-precomposed.png img/icon-52-precomposed.png img/icon-57-precomposed.png img/icon-76-precomposed.png index.php
diffstat 7 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
Binary file img/icon-114-precomposed.png has changed
Binary file img/icon-120-precomposed.png has changed
Binary file img/icon-152-precomposed.png has changed
Binary file img/icon-52-precomposed.png has changed
Binary file img/icon-57-precomposed.png has changed
Binary file img/icon-76-precomposed.png has changed
--- a/index.php	Wed Dec 11 16:38:59 2013 +0200
+++ b/index.php	Wed Dec 11 16:40:35 2013 +0200
@@ -477,7 +477,7 @@
 {
   $extra .= "  <link rel=\"apple-touch-icon\" ".
     ($addSize ? "sizes=\"".$iconSize."x".$iconSize."\" " : "").
-    "href=\"icon-".$iconSize."-precomposed.png\" />\n";
+    "href=\"img/icon-".$iconSize."-precomposed.png\" />\n";
 }
 
 cmPrintPageHeader($pageTitle, $extra);