diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-01-13 15:42:44 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-01-13 15:42:44 +0000 |
commit | 6e3e37f729abab48ec825c2ce3513d017ccc08e5 (patch) | |
tree | 54349397dd04b586dc5f3e67d160b385a05b85f7 /phpBB/templates | |
parent | 4db9819127eb5c998e4fe07c0ca8e947694ac65b (diff) | |
download | forums-6e3e37f729abab48ec825c2ce3513d017ccc08e5.tar forums-6e3e37f729abab48ec825c2ce3513d017ccc08e5.tar.gz forums-6e3e37f729abab48ec825c2ce3513d017ccc08e5.tar.bz2 forums-6e3e37f729abab48ec825c2ce3513d017ccc08e5.tar.xz forums-6e3e37f729abab48ec825c2ce3513d017ccc08e5.zip |
Changes to introduce [ and ] around colour coding ... moved from language files
git-svn-id: file:///svn/phpbb/trunk@1861 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates')
-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 04a5cb7974..c6f9cc08b9 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} {L_WHOSONLINE_ADMIN} {L_WHOSONLINE_MOD}<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> |