diff --git a/templates/users.tpl.php b/templates/users.tpl.php index edce48d..c209f94 100644 --- a/templates/users.tpl.php +++ b/templates/users.tpl.php @@ -14,7 +14,7 @@ if ($users && count($users) > 0) { '.$row['username'].'
  • '.T_('profile').' : '.T_('created in').' '.date('M Y',strtotime($row['uDatetime'])).', '.T_('bookmarks').'
  • '; + echo '
  • '.$row['username'].' ('.T_('profile').' '.T_('created in').' '.date('M Y',strtotime($row['uDatetime'])).') : '.T_('bookmarks').'
  • '; } ?>