summaryrefslogtreecommitdiffstatshomepage
path: root/templates
diff options
context:
space:
mode:
authorGravatar mensonge2008-01-10 16:15:38 +0000
committerGravatar mensonge2008-01-10 16:15:38 +0000
commit024b3074be5bfaff9aee776014d42288d7466ba8 (patch)
treedd8c7b61b26490d1fb7bf5755a735d5f4c0ed129 /templates
parent980d240e6263346cfc624acbd1d3097c8e28a885 (diff)
downloadscuttle-024b3074be5bfaff9aee776014d42288d7466ba8.tar.gz
scuttle-024b3074be5bfaff9aee776014d42288d7466ba8.zip
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')
-rw-r--r--templates/bookmarks.tpl.php1
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";
}