diff options
author | nikrou <nikrou@piwigo.org> | 2006-04-21 21:16:37 +0000 |
---|---|---|
committer | nikrou <nikrou@piwigo.org> | 2006-04-21 21:16:37 +0000 |
commit | a89ecb6e41256a86e9050872f5e8b6a1ddf1cc8e (patch) | |
tree | 694d87df306130e59d4cda0a25ba3ea2d5bbdd8c /search.php | |
parent | 9b7af6889525e49dc083179722d5843b7bb3a555 (diff) |
bug fixed: popuhelp (slash)
svn merge -r1248:1249 from branch-1_6 into trunk
git-svn-id: http://piwigo.org/svn/trunk@1250 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | search.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/search.php b/search.php index cc461f6df..0701eafa1 100644 --- a/search.php +++ b/search.php @@ -189,7 +189,7 @@ $template->assign_vars(array( 'TODAY_MONTH' => date('m', time()), 'TODAY_YEAR' => date('Y', time()), 'S_SEARCH_ACTION' => 'search.php', - 'U_HELP' => PHPWG_ROOT_PATH.'/popuphelp.php?page=search', + 'U_HELP' => PHPWG_ROOT_PATH.'popuphelp.php?page=search', 'U_HOME' => make_index_url(), 'TAG_SELECTION' => get_html_tag_selection( |