Issue 1521 : get_absolute_root_url() missing in section_init.inc.php
git-svn-id: http://piwigo.org/svn/trunk@5469 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
1df031518b
commit
463d6f5f2f
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@ if ('categories' == $page['section'])
|
|||
}
|
||||
else
|
||||
{
|
||||
$page['title'] = '<a href="'.PHPWG_ROOT_PATH.$conf['home_page'].'">'.l10n('Home').'</a>';
|
||||
$page['title'] = '<a href="'.get_absolute_root_url().$conf['home_page'].'">'.l10n('Home').'</a>';
|
||||
}
|
||||
|
||||
if
|
||||
|
|
Loading…
Reference in a new issue