]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
ajout favicon + icone ios
authortom.c <contact@tomcanac.com>
Mon, 8 Apr 2013 12:21:42 +0000 (14:21 +0200)
committertom.c <contact@tomcanac.com>
Mon, 8 Apr 2013 12:21:42 +0000 (14:21 +0200)
apple-touch-icon-144x144-precomposed.png [new file with mode: 0644]
apple-touch-icon-72x72-precomposed.png [new file with mode: 0644]
apple-touch-icon.png [new file with mode: 0644]
favicon.ico [new file with mode: 0644]
index.php

diff --git a/apple-touch-icon-144x144-precomposed.png b/apple-touch-icon-144x144-precomposed.png
new file mode 100644 (file)
index 0000000..557b479
Binary files /dev/null and b/apple-touch-icon-144x144-precomposed.png differ
diff --git a/apple-touch-icon-72x72-precomposed.png b/apple-touch-icon-72x72-precomposed.png
new file mode 100644 (file)
index 0000000..e167d3a
Binary files /dev/null and b/apple-touch-icon-72x72-precomposed.png differ
diff --git a/apple-touch-icon.png b/apple-touch-icon.png
new file mode 100644 (file)
index 0000000..4d222fb
Binary files /dev/null and b/apple-touch-icon.png differ
diff --git a/favicon.ico b/favicon.ico
new file mode 100644 (file)
index 0000000..0e9ff77
Binary files /dev/null and b/favicon.ico differ
index d95e73dfdca44d934d97487b1f3c4154b20f3b65..0e6cfe5f2a6ac16daa8fb8edfab1f6391d319536 100755 (executable)
--- a/index.php
+++ b/index.php
@@ -121,6 +121,10 @@ catch (Exception $e)
         <meta charset="utf-8">
         <meta http-equiv="X-UA-Compatible" content="IE=10">
         <title>poche, a read it later open source system</title>
+        <link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
+        <link rel="apple-touch-icon-precomposed" sizes="144x144" href="apple-touch-icon-144x144-precomposed.png">
+        <link rel="apple-touch-icon-precomposed" sizes="72x72" href="apple-touch-icon-72x72-precomposed.png">
+        <link rel="apple-touch-icon-precomposed" href="apple-touch-icon-precomposed.png">
         <link rel="stylesheet" href="css/knacss.css" media="all">
         <link rel="stylesheet" href="css/style.css" media="all">
     </head>
@@ -133,7 +137,7 @@ catch (Exception $e)
                 <li><a href="index.php">home</a></li>
                 <li><a href="?view=fav">favorites</a></li>
                 <li><a href="?view=archive">archive</a></li>
-                <li><a title="i am a bookmarklet, use me !" href="javascript:(function(){var%20url%20=%20location.href;var%20title%20=%20document.title%20||%20url;window.open('<?php echo url()?>?action=add&url='%20+%20encodeURIComponent(url),'_self');})();">poche it !</a></li>
+                <li><a style="cursor: move" title="i am a bookmarklet, use me !" href="javascript:(function(){var%20url%20=%20location.href;var%20title%20=%20document.title%20||%20url;window.open('<?php echo url()?>?action=add&url='%20+%20encodeURIComponent(url),'_self');})();">poche it !</a></li>
             </ul>
             <div id="entries">
                 <?php