Show
Ignore:
Timestamp:
02/10/09 12:30:15 (3 years ago)
Author:
daris
Message:

portal: removed avatar in news option

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/portal_by_daris/panels.php

    r21 r23  
    2929                foreach ($panels as $cur_panel) 
    3030                { 
    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'))) 
    3232                                continue; 
    3333