aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2003-07-04 17:21:02 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2003-07-04 17:21:02 +0000
commit7eb946abb41a579a7726224164f80fcaba250fa6 (patch)
tree8ecfdbe96110e5f89cd60be49a7b1e665f4805e1 /phpBB
parent27a9ed27c7f2cdc9eca8628e0b126f2411ee14ec (diff)
downloadforums-7eb946abb41a579a7726224164f80fcaba250fa6.tar
forums-7eb946abb41a579a7726224164f80fcaba250fa6.tar.gz
forums-7eb946abb41a579a7726224164f80fcaba250fa6.tar.bz2
forums-7eb946abb41a579a7726224164f80fcaba250fa6.tar.xz
forums-7eb946abb41a579a7726224164f80fcaba250fa6.zip
Wrong icon for global announcements
git-svn-id: file:///svn/phpbb/trunk@4205 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/viewforum.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/viewforum.php b/phpBB/viewforum.php
index e96658d83b..815deb37eb 100644
--- a/phpBB/viewforum.php
+++ b/phpBB/viewforum.php
@@ -397,6 +397,7 @@ if ($forum_data['forum_type'] == FORUM_POST)
{
switch ($row['topic_type'])
{
+ case POST_GLOBAL:
case POST_ANNOUNCE:
$topic_type = $user->lang['VIEW_TOPIC_ANNOUNCEMENT'];
$folder = 'folder_announce';