Skip to content

Commit

Permalink
Issue 1521 : get_absolute_root_url() missing in section_init.inc.php
Browse files Browse the repository at this point in the history
git-svn-id: http://piwigo.org/svn/trunk@5469 68402e56-0260-453c-a942-63ccdbb3a9ee
  • Loading branch information
laurent.duretz committed Mar 30, 2010
1 parent 1df0315 commit 463d6f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/section_init.inc.php
Expand Up @@ -237,7 +237,7 @@
}
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
Expand Down

0 comments on commit 463d6f5

Please sign in to comment.