Ignore:
Timestamp:
Apr 18, 2010, 11:11:10 AM (14 years ago)
Author:
laurent.duretz
Message:

Issue 1521 : correction for admin pages

File:
1 edited

Legend:

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

    r5469 r5917  
    220220if ('categories' == $page['section'])
    221221{
     222  $page['title'] = '<a href="'.get_absolute_root_url().$conf['home_page'].'">'.l10n('Home').'</a>';
     223
    222224  if (isset($page['category']))
    223225  {
     
    232234            ),
    233235        'title'             =>
    234           get_cat_display_name($page['category']['upper_names'], '', false),
    235         )
    236       );
    237   }
    238   else
    239   {
    240     $page['title'] = '<a href="'.get_absolute_root_url().$conf['home_page'].'">'.l10n('Home').'</a>';
     236          $page['title'].$conf['level_separator'].get_cat_display_name($page['category']['upper_names'], '', false),
     237        )
     238      );
    241239  }
    242240
Note: See TracChangeset for help on using the changeset viewer.