aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewforum.php
diff options
context:
space:
mode:
authorGraham Eames <grahamje@users.sourceforge.net>2006-06-25 15:23:01 +0000
committerGraham Eames <grahamje@users.sourceforge.net>2006-06-25 15:23:01 +0000
commit2cc905b28eb7213a28c4b64cce359be227222527 (patch)
tree7217b597317d1e82d434380080b5158362c564bf /phpBB/viewforum.php
parent43fd5901ae4b245d8d2d38510ab7141bc9685c36 (diff)
downloadforums-2cc905b28eb7213a28c4b64cce359be227222527.tar
forums-2cc905b28eb7213a28c4b64cce359be227222527.tar.gz
forums-2cc905b28eb7213a28c4b64cce359be227222527.tar.bz2
forums-2cc905b28eb7213a28c4b64cce359be227222527.tar.xz
forums-2cc905b28eb7213a28c4b64cce359be227222527.zip
Some changes to the way folder images are handled for "special" topics
git-svn-id: file:///svn/phpbb/trunk@6126 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/viewforum.php')
-rw-r--r--phpBB/viewforum.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/viewforum.php b/phpBB/viewforum.php
index 13774c1732..0b84057784 100644
--- a/phpBB/viewforum.php
+++ b/phpBB/viewforum.php
@@ -512,6 +512,7 @@ if (sizeof($topic_list))
'S_POST_ANNOUNCE' => ($row['topic_type'] == POST_ANNOUNCE) ? true : false,
'S_POST_GLOBAL' => ($row['topic_type'] == POST_GLOBAL) ? true : false,
'S_POST_STICKY' => ($row['topic_type'] == POST_STICKY) ? true : false,
+ 'S_TOPIC_LOCKED' => ($row['topic_status'] == ITEM_LOCKED) ? true : false,
'S_TOPIC_MOVED' => ($row['topic_status'] == ITEM_MOVED) ? true : false,
'U_NEWEST_POST' => $view_topic_url . '&amp;view=unread#unread',