summaryrefslogtreecommitdiffstatshomepage
path: root/templates/bookmarks.tpl.php
diff options
context:
space:
mode:
authorGravatar mensonge2008-11-30 19:44:47 +0000
committerGravatar mensonge2008-11-30 19:44:47 +0000
commit013ba82313adbdbdfc4cf59db1ec620c64cd39ac (patch)
tree1f35769305a55ce5e47d983b336d8c0226eb5ebb /templates/bookmarks.tpl.php
parentcf213449b1f51df0a0477bb102d5d73042b980a2 (diff)
downloadscuttle-013ba82313adbdbdfc4cf59db1ec620c64cd39ac.tar.gz
scuttle-013ba82313adbdbdfc4cf59db1ec620c64cd39ac.zip
Minor fix
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@181 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'templates/bookmarks.tpl.php')
-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 05d3e1b..341358d 100644
--- a/templates/bookmarks.tpl.php
+++ b/templates/bookmarks.tpl.php
@@ -87,7 +87,7 @@ if (!isset($hash)) {
}
?> <?php
if(isset($currenttag) && $currenttag!= '') {
- if(isset($user)) {
+ if(isset($user) && $user!= '') {
echo ' - ';
echo '<a href="'. createURL('tags', $currenttag) .'">';
echo T_('Bookmarks from other users for this tag').'</a>';