diff options
author | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-01-10 16:15:38 +0000 |
---|---|---|
committer | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-01-10 16:15:38 +0000 |
commit | 024b3074be5bfaff9aee776014d42288d7466ba8 (patch) | |
tree | dd8c7b61b26490d1fb7bf5755a735d5f4c0ed129 /templates/bookmarks.tpl.php | |
parent | 980d240e6263346cfc624acbd1d3097c8e28a885 (diff) | |
download | semanticscuttle-024b3074be5bfaff9aee776014d42288d7466ba8.tar.gz semanticscuttle-024b3074be5bfaff9aee776014d42288d7466ba8.tar.bz2 |
Make URL appears into bookmark
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@5 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'templates/bookmarks.tpl.php')
-rw-r--r-- | templates/bookmarks.tpl.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/bookmarks.tpl.php b/templates/bookmarks.tpl.php index 368ec8b..42015ef 100644 --- a/templates/bookmarks.tpl.php +++ b/templates/bookmarks.tpl.php @@ -109,6 +109,7 @@ window.onload = playerLoad; if ($row['bDescription'] != '') { echo '<div class="description">'. filter($row['bDescription']) ."</div>\n"; } + echo '<div class="address">'.$address.'</div>'; echo '<div class="meta">'. date($GLOBALS['shortdate'], strtotime($row['bDatetime'])) . $cats . $copy . $edit ."</div>\n"; echo "</li>\n"; } |