diff options
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/templates/Euclid/index_body.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/templates/Euclid/index_body.tpl b/phpBB/templates/Euclid/index_body.tpl index 3cd5d3e9df..8f43102e08 100644 --- a/phpBB/templates/Euclid/index_body.tpl +++ b/phpBB/templates/Euclid/index_body.tpl @@ -46,7 +46,7 @@ </tr> <tr> <td class="row1" width="7%" align="center" valign="middle"><img src="templates/Euclid/images/whosonline.gif" alt="{L_WHO_IS_ONLINE}" /></td> - <td class="row2" colspan="4" align="left"><span class="gensmall">{TOTAL_USERS_ONLINE}</span><br /><span class="gensmall">{LOGGED_IN_USER_LIST}</span></td> + <td class="row2" colspan="4" align="left"><span class="gensmall">{TOTAL_USERS_ONLINE} [ {L_WHOSONLINE_ADMIN} ] [ {L_WHOSONLINE_MOD} ]</span><br /><span class="gensmall">{LOGGED_IN_USER_LIST}</span></td> </tr> </table></td> </tr> |