diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-01-13 15:30:41 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-01-13 15:30:41 +0000 |
| commit | 2c3062fb75914767a207c203003f1ca772d798b6 (patch) | |
| tree | 82d2d9b5925b5dd8cfd784626513364e07455939 /phpBB | |
| parent | 31387aa528f4857e57f9ca59bb1f30770133d575 (diff) | |
| download | forums-2c3062fb75914767a207c203003f1ca772d798b6.tar forums-2c3062fb75914767a207c203003f1ca772d798b6.tar.gz forums-2c3062fb75914767a207c203003f1ca772d798b6.tar.bz2 forums-2c3062fb75914767a207c203003f1ca772d798b6.tar.xz forums-2c3062fb75914767a207c203003f1ca772d798b6.zip | |
Output admin/mod highlighting text
git-svn-id: file:///svn/phpbb/trunk@1858 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
| -rw-r--r-- | phpBB/templates/subSilver/index_body.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/templates/subSilver/index_body.tpl b/phpBB/templates/subSilver/index_body.tpl index ac9c8adcce..04a5cb7974 100644 --- a/phpBB/templates/subSilver/index_body.tpl +++ b/phpBB/templates/subSilver/index_body.tpl @@ -56,7 +56,7 @@ </td> </tr> <tr> - <td class="row1" align="left"><span class="gensmall">{TOTAL_USERS_ONLINE}<br />{LOGGED_IN_USER_LIST}</span></td> + <td class="row1" align="left"><span class="gensmall">{TOTAL_USERS_ONLINE} {L_WHOSONLINE_ADMIN} {L_WHOSONLINE_MOD}<br />{LOGGED_IN_USER_LIST}</span></td> </tr> </table> |
