From a1044ca5ea2595885be149f30adb91e02642c5a3 Mon Sep 17 00:00:00 2001 From: mensonge Date: Wed, 13 Feb 2008 17:41:47 +0000 Subject: Interface design: hide multiple URLs repeated into history page git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@38 b3834d28-1941-0410-a4f8-b48e95affb8f --- templates/bookmarks.tpl.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'templates/bookmarks.tpl.php') diff --git a/templates/bookmarks.tpl.php b/templates/bookmarks.tpl.php index 13ee3a0..4751515 100644 --- a/templates/bookmarks.tpl.php +++ b/templates/bookmarks.tpl.php @@ -139,7 +139,9 @@ window.onload = playerLoad; if ($row['bDescription'] != '') { echo '
'. filter($row['bDescription']) ."
\n"; } - echo '
'.$address.'
'; + if(!isset($hash)) { + echo '
'.$address.'
'; + } echo '
'. date($GLOBALS['shortdate'], strtotime($row['bDatetime'])) . $cats . $copy . $edit ."
\n"; echo "\n"; } -- cgit v1.2.3