Ignore:
Timestamp:
Mar 30, 2010, 10:30:41 AM (14 years ago)
Author:
laurent.duretz
Message:

Issue 1521 : get_absolute_root_url() missing in section_init.inc.php

File:
1 edited

Legend:

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

    r5441 r5469  
    238238  else
    239239  {
    240     $page['title'] = '<a href="'.PHPWG_ROOT_PATH.$conf['home_page'].'">'.l10n('Home').'</a>';
     240    $page['title'] = '<a href="'.get_absolute_root_url().$conf['home_page'].'">'.l10n('Home').'</a>';
    241241  }
    242242
Note: See TracChangeset for help on using the changeset viewer.