diff options
Diffstat (limited to 'index.php')
-rwxr-xr-x | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -80,7 +80,7 @@ function url(){ | |||
80 | <li><a href="index.php">home</a></li> | 80 | <li><a href="index.php">home</a></li> |
81 | <li><a href="#">favorites</a></li> | 81 | <li><a href="#">favorites</a></li> |
82 | <li><a href="#">archive</a></li> | 82 | <li><a href="#">archive</a></li> |
83 | <li><a href="javascript:(function(){var%20url%20=%20location.href;var%20title%20=%20document.title%20||%20url;window.open('<? echo url()?>index.php?action=add&url='%20+%20encodeURIComponent(url),'_self');})();">poche it !</a></li> | 83 | <li><a href="javascript:(function(){var%20url%20=%20location.href;var%20title%20=%20document.title%20||%20url;window.open('<?php echo url()?>index.php?action=add&url='%20+%20encodeURIComponent(url),'_self');})();">poche it !</a></li> |
84 | </ul> | 84 | </ul> |
85 | <?php | 85 | <?php |
86 | $query = $db_handle->prepare("SELECT * FROM entries WHERE read=?"); | 86 | $query = $db_handle->prepare("SELECT * FROM entries WHERE read=?"); |