aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2002-01-13 15:42:44 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2002-01-13 15:42:44 +0000
commit6e3e37f729abab48ec825c2ce3513d017ccc08e5 (patch)
tree54349397dd04b586dc5f3e67d160b385a05b85f7 /phpBB/templates
parent4db9819127eb5c998e4fe07c0ca8e947694ac65b (diff)
downloadforums-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.tpl2
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} &nbsp; {L_WHOSONLINE_ADMIN} &nbsp; {L_WHOSONLINE_MOD}<br />{LOGGED_IN_USER_LIST}</span></td>
+ <td class="row1" align="left"><span class="gensmall">{TOTAL_USERS_ONLINE} &nbsp; [ {L_WHOSONLINE_ADMIN} ] &nbsp; [ {L_WHOSONLINE_MOD} ]<br />{LOGGED_IN_USER_LIST}</span></td>
</tr>
</table>