Ignore:
Timestamp:
Apr 20, 2010, 9:05:58 AM (14 years ago)
Author:
laurent.duretz
Message:

Issue 1521 : correction of separator problem

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/functions_html.inc.php

    r5917 r5924  
    4343  //$output = '<a href="'.get_absolute_root_url().$conf['home_page'].'">'.l10n('Home').'</a>';
    4444  $output = '';
    45   $is_first = true;
     45  $is_first=true;
    4646 
    4747  foreach ($cat_informations as $cat)
     
    5656      'get_cat_display_name'
    5757      );
    58    
    59     if (!$is_first)
     58
     59    if ($is_first)
     60    {
     61      $is_first=false;
     62    }
     63    else
    6064    {
    6165      $output.= $conf['level_separator'];
    62       $is_first = false;
    6366    }
    6467
Note: See TracChangeset for help on using the changeset viewer.