aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authormensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f>2008-04-18 10:29:09 +0000
committermensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f>2008-04-18 10:29:09 +0000
commit81478ceba0c1bbdaa43679b72ec6d4fd603f5d17 (patch)
tree70f2d5ca67d97301645f3981e135a0f3138a3223 /templates
parent74fb49098eb52b8f42110713caa3892572305cf3 (diff)
downloadsemanticscuttle-81478ceba0c1bbdaa43679b72ec6d4fd603f5d17.tar.gz
semanticscuttle-81478ceba0c1bbdaa43679b72ec6d4fd603f5d17.tar.bz2
Interface design: shorten too long URLs in the displayed bookmarks
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@115 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'templates')
-rw-r--r--templates/bookmarks.tpl.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/bookmarks.tpl.php b/templates/bookmarks.tpl.php
index 556d92e..cc4743c 100644
--- a/templates/bookmarks.tpl.php
+++ b/templates/bookmarks.tpl.php
@@ -171,7 +171,7 @@ window.onload = playerLoad;
}
echo '<div class="description">'. filter($row['bDescription']) ."</div>\n";
if(!isset($hash)) {
- echo '<div class="address">'.$address.'</div>';
+ echo '<div class="address">'.shortenString($address).'</div>';
}
echo '<div class="meta">'. date($GLOBALS['shortdate'], strtotime($row['bDatetime'])) . $cats . $copy . $edit ."</div>\n";