Add a 'apple-touch-icon'.
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Sun, 17 Feb 2008 16:16:31 +0000 (17:16 +0100)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Sun, 17 Feb 2008 16:16:42 +0000 (17:16 +0100)
This is an icon that is used by the iPhone and the iPod touch
as an icon for the webclip (shortcuts) pointing to the site.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
htdocs/images/logo-xnet.png [new file with mode: 0644]
templates/skin/common.header.tpl
templates/xnet/skin.tpl

diff --git a/htdocs/images/logo-xnet.png b/htdocs/images/logo-xnet.png
new file mode 100644 (file)
index 0000000..c071736
Binary files /dev/null and b/htdocs/images/logo-xnet.png differ
index 3461ce7..da39c5e 100644 (file)
@@ -25,6 +25,7 @@
     <meta name="keywords" content="Ecole polytechnique, anciens eleves, portail, alumni, AX, X, routage, reroutage, e-mail, email, mail" />
     <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
     <link rel="icon" href="/images/favicon.png" type="image/png" />
+    <link rel="apple-touch-icon" href="images/logo.png" type="image/png" />
     <link rel="index"  href="" />
     <link rel="author" href="changelog" />
     <link rel="search" href="search" />
index 1784d4f..f3fecf2 100644 (file)
@@ -27,6 +27,7 @@
 
     <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
     <link rel="icon" href="images/favicon.png" type="image/png" />
+    <link rel="apple-touch-icon" href="images/logo-xnet.png" type="image/png" />
 
     <link rel="stylesheet" type="text/css" href="css/xnet.css" media="screen" />