diff options
Diffstat (limited to 'search.php')
-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( |