mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-27 19:59:56 +03:00
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:
parent
6024107c9c
commit
a37f1fbae1
3 changed files with 2 additions and 4 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue