aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2003-01-31 15:40:34 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2003-01-31 15:40:34 +0000
commit2aca0f5e15da4649806341aa06c2885cd4863d93 (patch)
treec5b59bfc3c0d8b219616b908e88911ca16b491d0
parent96e419d36efcc5415f4edc7df302b4847034e518 (diff)
downloadforums-2aca0f5e15da4649806341aa06c2885cd4863d93.tar
forums-2aca0f5e15da4649806341aa06c2885cd4863d93.tar.gz
forums-2aca0f5e15da4649806341aa06c2885cd4863d93.tar.bz2
forums-2aca0f5e15da4649806341aa06c2885cd4863d93.tar.xz
forums-2aca0f5e15da4649806341aa06c2885cd4863d93.zip
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
-rw-r--r--phpBB/viewforum.php1
1 files changed, 1 insertions, 0 deletions
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,