diff options
-rw-r--r-- | templates/bookmarks.tpl.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/templates/bookmarks.tpl.php b/templates/bookmarks.tpl.php index 97a37fa..d1148e1 100644 --- a/templates/bookmarks.tpl.php +++ b/templates/bookmarks.tpl.php @@ -98,11 +98,6 @@ $urlSort = (getSortOrder()=='url_asc')? 'url_desc':'url_asc'; ?> <a href="?sort=<?php echo $dateSort ?>"><?php echo T_("Date"); ?></a><span> / </span> <a href="?sort=<?php echo $titleSort ?>"><?php echo T_("Title"); ?></a><span> / </span> <?php -if (!isset($hash)) { - ?> <a href="?sort=<?php echo $urlSort ?>"><?php echo T_("URL"); ?></a> - <?php -} -?> <?php if($currenttag!= '') { if($user!= '') { echo ' - '; |