aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
diff options
context:
space:
mode:
authortom.c <contact@tomcanac.com>2013-04-08 14:21:42 +0200
committertom.c <contact@tomcanac.com>2013-04-08 14:21:42 +0200
commitee55d616a92272c49bae27174ea8d721aa88f597 (patch)
tree0c65dee43ca0f33b00d005a5d36d8220e7c815bc /index.php
parent670ef6bb1bdbbcf874d6c14b222ddd960861e315 (diff)
downloadwallabag-ee55d616a92272c49bae27174ea8d721aa88f597.tar.gz
wallabag-ee55d616a92272c49bae27174ea8d721aa88f597.tar.zst
wallabag-ee55d616a92272c49bae27174ea8d721aa88f597.zip
ajout favicon + icone ios
Diffstat (limited to 'index.php')
-rwxr-xr-xindex.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/index.php b/index.php
index d95e73df..0e6cfe5f 100755
--- a/index.php
+++ b/index.php
@@ -121,6 +121,10 @@ catch (Exception $e)
121 <meta charset="utf-8"> 121 <meta charset="utf-8">
122 <meta http-equiv="X-UA-Compatible" content="IE=10"> 122 <meta http-equiv="X-UA-Compatible" content="IE=10">
123 <title>poche, a read it later open source system</title> 123 <title>poche, a read it later open source system</title>
124 <link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
125 <link rel="apple-touch-icon-precomposed" sizes="144x144" href="apple-touch-icon-144x144-precomposed.png">
126 <link rel="apple-touch-icon-precomposed" sizes="72x72" href="apple-touch-icon-72x72-precomposed.png">
127 <link rel="apple-touch-icon-precomposed" href="apple-touch-icon-precomposed.png">
124 <link rel="stylesheet" href="css/knacss.css" media="all"> 128 <link rel="stylesheet" href="css/knacss.css" media="all">
125 <link rel="stylesheet" href="css/style.css" media="all"> 129 <link rel="stylesheet" href="css/style.css" media="all">
126 </head> 130 </head>
@@ -133,7 +137,7 @@ catch (Exception $e)
133 <li><a href="index.php">home</a></li> 137 <li><a href="index.php">home</a></li>
134 <li><a href="?view=fav">favorites</a></li> 138 <li><a href="?view=fav">favorites</a></li>
135 <li><a href="?view=archive">archive</a></li> 139 <li><a href="?view=archive">archive</a></li>
136 <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> 140 <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>
137 </ul> 141 </ul>
138 <div id="entries"> 142 <div id="entries">
139 <?php 143 <?php