aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-12-16 18:58:05 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-12-16 18:58:05 +0000
commitb14ca3c338584d9383bce0782cf758b240ea14a5 (patch)
treeaeb572d363be83385e07ac9f2f8dc731de99095e /phpBB/templates
parent687b659888897d045fa82ecf4fb61a716c989b46 (diff)
downloadforums-b14ca3c338584d9383bce0782cf758b240ea14a5.tar
forums-b14ca3c338584d9383bce0782cf758b240ea14a5.tar.gz
forums-b14ca3c338584d9383bce0782cf758b240ea14a5.tar.bz2
forums-b14ca3c338584d9383bce0782cf758b240ea14a5.tar.xz
forums-b14ca3c338584d9383bce0782cf758b240ea14a5.zip
Changed way moderator lang is output on viewforum and index
git-svn-id: file:///svn/phpbb/trunk@1611 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 f5d4006843..792a403482 100644
--- a/phpBB/templates/subSilver/index_body.tpl
+++ b/phpBB/templates/subSilver/index_body.tpl
@@ -30,7 +30,7 @@
<td class="row1" align="center" valign="middle" height="50">{catrow.forumrow.FOLDER}</td>
<td class="row1" width="100%" height="50"><span class="forumlink"> <a href="{catrow.forumrow.U_VIEWFORUM}" class="forumlink">{catrow.forumrow.FORUM_NAME}</a><br />
</span> <span class="genmed">{catrow.forumrow.FORUM_DESC}<br />
- </span><span class="gensmall">{L_MODERATOR} {catrow.forumrow.MODERATORS}</span></td>
+ </span><span class="gensmall">{catrow.forumrow.L_MODERATOR} {catrow.forumrow.MODERATORS}</span></td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.TOPICS}</span></td>
<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.POSTS}</span></td>
<td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"> <span class="gensmall">{catrow.forumrow.LAST_POST}</span></td>