diff options
author | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-11-30 19:44:47 +0000 |
---|---|---|
committer | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-11-30 19:44:47 +0000 |
commit | 013ba82313adbdbdfc4cf59db1ec620c64cd39ac (patch) | |
tree | 1f35769305a55ce5e47d983b336d8c0226eb5ebb /templates | |
parent | cf213449b1f51df0a0477bb102d5d73042b980a2 (diff) | |
download | semanticscuttle-013ba82313adbdbdfc4cf59db1ec620c64cd39ac.tar.gz semanticscuttle-013ba82313adbdbdfc4cf59db1ec620c64cd39ac.tar.bz2 |
Minor fix
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@181 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'templates')
-rw-r--r-- | templates/bookmarks.tpl.php | 2 |
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>'; |