diff options
author | laurent.duretz <laurent.duretz@piwigo.org> | 2010-03-29 17:05:38 +0000 |
---|---|---|
committer | laurent.duretz <laurent.duretz@piwigo.org> | 2010-03-29 17:05:38 +0000 |
commit | a37f1fbae1309c44531f36e0109b1f2bfecf2539 (patch) | |
tree | b2c069cf144b4383abd3c539e5178cfbacb42715 /picture.php | |
parent | 6024107c9ceefcb45e0ab1f17d16f3472a2d5161 (diff) |
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
Diffstat (limited to 'picture.php')
-rw-r--r-- | picture.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/picture.php b/picture.php index 6c16c713d..8aa5e9ffb 100644 --- a/picture.php +++ b/picture.php @@ -740,7 +740,6 @@ $template->assign( 'LEVEL_SEPARATOR' => $conf['level_separator'], - 'U_HOME' => make_index_url(), 'U_UP' => $url_up, 'DISPLAY_NAV_BUTTONS' => $conf['picture_navigation_icons'], 'DISPLAY_NAV_THUMB' => $conf['picture_navigation_thumb'] |