Ignore:
Timestamp:
Mar 29, 2010, 10:02:44 AM (14 years ago)
Author:
laurent.duretz
Message:

Issue 1521 : Integration of LinkRoot plugin in Piwigo core

File:
1 edited

Legend:

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

    r5196 r5441  
    4141  global $conf;
    4242
    43   $output = '';
    44   $is_first = true;
     43  $output = '<a href="'.PHPWG_ROOT_PATH.$conf['home_page'].'">'.l10n('Home').'</a>';
     44
    4545  foreach ($cat_informations as $cat)
    4646  {
     
    5555      );
    5656
    57     if ($is_first)
    58     {
    59       $is_first = false;
    60     }
    61     else
    62     {
    63       $output.= $conf['level_separator'];
    64     }
     57    $output.= $conf['level_separator'];
    6558
    6659    if ( !isset($url) )
Note: See TracChangeset for help on using the changeset viewer.