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:
laurent.duretz 2010-03-30 08:30:41 +00:00
parent 1df031518b
commit 463d6f5f2f

View file

@ -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