From b14ca3c338584d9383bce0782cf758b240ea14a5 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Sun, 16 Dec 2001 18:58:05 +0000 Subject: Changed way moderator lang is output on viewforum and index git-svn-id: file:///svn/phpbb/trunk@1611 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/viewforum.php | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/viewforum.php') 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'], -- cgit v1.2.1