aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
diff options
context:
space:
mode:
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