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

git-svn-id: http://piwigo.org/svn/trunk@5451 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
laurent.duretz 2010-03-29 17:05:38 +00:00
parent 6024107c9c
commit a37f1fbae1
3 changed files with 2 additions and 4 deletions

View file

@ -40,7 +40,7 @@ function get_cat_display_name($cat_informations,
{
global $conf;
$output = '<a href="'.PHPWG_ROOT_PATH.$conf['home_page'].'">'.l10n('Home').'</a>';
$output = '<a href="'.get_absolute_root_url().$conf['home_page'].'">'.l10n('Home').'</a>';
foreach ($cat_informations as $cat)
{