diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-12-16 18:58:05 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-12-16 18:58:05 +0000 |
| commit | b14ca3c338584d9383bce0782cf758b240ea14a5 (patch) | |
| tree | aeb572d363be83385e07ac9f2f8dc731de99095e /phpBB/viewforum.php | |
| parent | 687b659888897d045fa82ecf4fb61a716c989b46 (diff) | |
| download | forums-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/viewforum.php')
| -rw-r--r-- | phpBB/viewforum.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/viewforum.php b/phpBB/viewforum.php index 12afa21e3a..bb16be83fc 100644 --- a/phpBB/viewforum.php +++ b/phpBB/viewforum.php @@ -371,6 +371,7 @@ $template->assign_vars(array( "FOLDER_ANNOUNCE_IMG" => $images['folder_announce'], "FOLDER_ANNOUNCE_NEW_IMG" => $images['folder_announce_new'], + "L_MODERATOR" => ( $total_mods == 1 ) ? $lang['Moderator'] : $lang['Moderators'], "L_MARK_TOPICS_READ" => $lang['Mark_all_topics'], "L_POST_NEW_TOPIC" => ( $forum_row['forum_status'] == FORUM_LOCKED ) ? $lang['Forum_locked'] : $lang['Post_new_topic'], |
