Changeset 5924 for trunk/include/functions_html.inc.php
- Timestamp:
- Apr 20, 2010, 9:05:58 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/functions_html.inc.php
r5917 r5924 43 43 //$output = '<a href="'.get_absolute_root_url().$conf['home_page'].'">'.l10n('Home').'</a>'; 44 44 $output = ''; 45 $is_first =true;45 $is_first=true; 46 46 47 47 foreach ($cat_informations as $cat) … … 56 56 'get_cat_display_name' 57 57 ); 58 59 if (!$is_first) 58 59 if ($is_first) 60 { 61 $is_first=false; 62 } 63 else 60 64 { 61 65 $output.= $conf['level_separator']; 62 $is_first = false;63 66 } 64 67
Note: See TracChangeset
for help on using the changeset viewer.