diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-07-04 17:21:02 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-07-04 17:21:02 +0000 |
| commit | 7eb946abb41a579a7726224164f80fcaba250fa6 (patch) | |
| tree | 8ecfdbe96110e5f89cd60be49a7b1e665f4805e1 /phpBB/viewforum.php | |
| parent | 27a9ed27c7f2cdc9eca8628e0b126f2411ee14ec (diff) | |
| download | forums-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/viewforum.php')
| -rw-r--r-- | phpBB/viewforum.php | 1 |
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'; |
