From: mensonge Date: Wed, 13 Feb 2008 18:16:08 +0000 (+0000) Subject: Interface fix: fix links to bookmarks into the users box X-Git-Tag: v0.88~29 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=8fb33e0ac9b63f4b8047aca3d488c95410cc8f50;p=semanticscuttle.git Interface fix: fix links to bookmarks into the users box git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@40 b3834d28-1941-0410-a4f8-b48e95affb8f --- diff --git a/templates/sidebar.block.users.php b/templates/sidebar.block.users.php index e42012e..b2d5b4e 100644 --- a/templates/sidebar.block.users.php +++ b/templates/sidebar.block.users.php @@ -20,7 +20,7 @@ foreach ($lastUsers as $row) { echo ''; echo $row['username']; echo ''; - echo ' ('.T_('bookmarks').')'; + echo ' ('.T_('bookmarks').')'; echo ''; } echo '...';