aboutsummaryrefslogtreecommitdiff
path: root/data/templates
diff options
context:
space:
mode:
authorcweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>2010-01-19 18:34:01 +0000
committercweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>2010-01-19 18:34:01 +0000
commitcc1d7d7a4d9cbcbf604416b7487e4868193d4b75 (patch)
tree2b1f67b10452395f86b15460bfe631d9cbd20733 /data/templates
parentcdc6eb916675bc95e2b44fa4af330dfd7f2efccf (diff)
downloadsemanticscuttle-cc1d7d7a4d9cbcbf604416b7487e4868193d4b75.tar.gz
semanticscuttle-cc1d7d7a4d9cbcbf604416b7487e4868193d4b75.tar.bz2
Implement request #2934868: Do not display full redirection URL, patch by fnorder@users.sourceforge.net
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@614 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'data/templates')
-rw-r--r--data/templates/bookmarks.tpl.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/data/templates/bookmarks.tpl.php b/data/templates/bookmarks.tpl.php
index b349ab7..c6a87c2 100644
--- a/data/templates/bookmarks.tpl.php
+++ b/data/templates/bookmarks.tpl.php
@@ -296,8 +296,8 @@ if($currenttag!= '') {
$rel = ' rel="nofollow"';
}
- $address = filter($row['bAddress']);
-
+ $address = filter($row['bAddress']);
+ $oaddress = $address;
// Redirection option
if ($GLOBALS['useredir']) {
$address = $GLOBALS['url_redir'] . $address;
@@ -344,7 +344,7 @@ if($currenttag!= '') {
}
echo '<div class="description">'. nl2br($bkDescription) ."</div>\n";
//if(!isset($hash)) {
- echo '<div class="address">'.shortenString($address).'</div>';
+ echo '<div class="address">' . shortenString($oaddress) . '</div>';
//}
echo '<div class="meta">'. $cats . $copy . $edit . $update ."</div>\n";