Show
Ignore:
Timestamp:
02/10/09 08:20:50 (3 years ago)
Author:
daris
Message:

portal: small fixes

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/portal_by_daris/panels.php

    r5 r16  
    2929                foreach ($panels as $cur_panel) 
    3030                { 
     31                        if (FORUM_PAGE == 'pages' && $location == 3) 
     32                                continue; 
     33                         
    3134                        ob_start(); 
    3235         
     
    9194        $tpl_temp .= "\n".'</div>'; 
    9295 
    93         $tpl_temp .= "\n".'<div style="clear:both">&nbsp;</div>'; 
     96        $tpl_temp .= "\n".'<div style="clear: both"></div>'; 
    9497 
    9598        $tpl_main = str_replace('<!-- portal_bottom -->', $tpl_temp, $tpl_main);