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:
parent
fe6cb7ee4d
commit
8fb33e0ac9
@ -20,7 +20,7 @@ foreach ($lastUsers as $row) {
|
||||
echo '<a href="'.createURL('profile', $row['username']).'">';
|
||||
echo $row['username'];
|
||||
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 '<tr><td><a href="'.createURL('users').'">...</a></td></tr>';
|
||||
|
Loading…
Reference in New Issue
Block a user