From 2aca0f5e15da4649806341aa06c2885cd4863d93 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Fri, 31 Jan 2003 15:40:34 +0000 Subject: [PATCH] S_TOPIC_ICON output to indicate whether topic/post icons are enabled for this forum git-svn-id: file:///svn/phpbb/trunk@3444 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/viewforum.php | 1 + 1 file changed, 1 insertion(+) diff --git a/phpBB/viewforum.php b/phpBB/viewforum.php index 4c6746c99a..db9bf54f15 100644 --- a/phpBB/viewforum.php +++ b/phpBB/viewforum.php @@ -249,6 +249,7 @@ if ($forum_data['forum_postable']) 'L_NO_TOPICS' => ( $forum_data['forum_status'] == ITEM_LOCKED ) ? $user->lang['Forum_locked'] : $user->lang['No_topics_post_one'], 'L_GOTO_PAGE' => $user->lang['Goto_page'], + 'S_TOPIC_ICONS' => ($forum_data['enable_icons']) ? true : false, 'S_SELECT_SORT_DIR' => $select_sort_dir, 'S_SELECT_SORT_KEY' => $select_sort, 'S_SELECT_SORT_DAYS'=> $select_sort_days,