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
This commit is contained in:
mensonge 2008-02-13 18:16:08 +00:00
parent fe6cb7ee4d
commit 8fb33e0ac9

View File

@ -20,7 +20,7 @@ foreach ($lastUsers as $row) {
echo '<a href="'.createURL('profile', $row['username']).'">'; echo '<a href="'.createURL('profile', $row['username']).'">';
echo $row['username']; echo $row['username'];
echo '</a>'; echo '</a>';
echo ' (<a href="'.createURL('bookmarks', $user).'">'.T_('bookmarks').'</a>)'; echo ' (<a href="'.createURL('bookmarks', $row['username']).'">'.T_('bookmarks').'</a>)';
echo '</td></tr>'; echo '</td></tr>';
} }
echo '<tr><td><a href="'.createURL('users').'">...</a></td></tr>'; echo '<tr><td><a href="'.createURL('users').'">...</a></td></tr>';