Changeset 23 for branches/portal_by_daris/panels.php
- Timestamp:
- 02/10/09 12:30:15 (3 years ago)
- Files:
-
- 1 modified
-
branches/portal_by_daris/panels.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/portal_by_daris/panels.php
r21 r23 29 29 foreach ($panels as $cur_panel) 30 30 { 31 if ($left_width == 0 && $location == 0 || $right_width == 0 && $location == 3 || FORUM_PAGE == 'pages' && $location == 3 || $forum_config['o_portal_panels_all_pages'] == 1 && $location == 3 )31 if ($left_width == 0 && $location == 0 || $right_width == 0 && $location == 3 || FORUM_PAGE == 'pages' && $location == 3 || $forum_config['o_portal_panels_all_pages'] == 1 && $location == 3 && !in_array(FORUM_PAGE, array('news', 'pages'))) 32 32 continue; 33 33