Ignore:
Timestamp:
Mar 29, 2010, 7:05:38 PM (14 years ago)
Author:
laurent.duretz
Message:

Issue 1521 : picture.tpl updated to avoid double home link, picture.php updated because tpl update, functions_html.inc.php updated to work with question_mark_in_urls = false

File:
1 edited

Legend:

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

    r5441 r5451  
    4141  global $conf;
    4242
    43   $output = '<a href="'.PHPWG_ROOT_PATH.$conf['home_page'].'">'.l10n('Home').'</a>';
     43  $output = '<a href="'.get_absolute_root_url().$conf['home_page'].'">'.l10n('Home').'</a>';
    4444
    4545  foreach ($cat_informations as $cat)
Note: See TracChangeset for help on using the changeset viewer.