make admin page valid
This commit is contained in:
parent
6c85981406
commit
c7a77dcb4c
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ foreach($users as $user) {
|
||||||
|
|
||||||
echo '<div class="link">';
|
echo '<div class="link">';
|
||||||
echo '<a href="'.createURL('profile', $user->getUsername()).'">'.$user->getUsername().'</a>';
|
echo '<a href="'.createURL('profile', $user->getUsername()).'">'.$user->getUsername().'</a>';
|
||||||
echo ' - <span title='. T_('Public/Shared/Private') .'>'. $user->getNbBookmarks('public') .' / '. $user->getNbBookmarks('shared') .' / '. $user->getNbBookmarks('private') .' '. T_('bookmark(s)') .'</span>';
|
echo ' - <span title="'. T_('Public/Shared/Private') .'">'. $user->getNbBookmarks('public') .' / '. $user->getNbBookmarks('shared') .' / '. $user->getNbBookmarks('private') .' '. T_('bookmark(s)') .'</span>';
|
||||||
echo '</div>';
|
echo '</div>';
|
||||||
|
|
||||||
if($user->getUsername() != $currentUser->getUsername()) {
|
if($user->getUsername() != $currentUser->getUsername()) {
|
||||||
|
|
Loading…
Reference in a new issue