From 8dfa85f0fd8134c5da491d0ff9870faf08ee81d2 Mon Sep 17 00:00:00 2001 From: plegall Date: Tue, 4 Apr 2006 23:08:08 +0000 Subject: bug fixed: about.php was not starting with get_root_url() git-svn-id: http://piwigo.org/svn/trunk@1123 68402e56-0260-453c-a942-63ccdbb3a9ee --- index.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'index.php') diff --git a/index.php b/index.php index 4ca48385d..1883e67b0 100644 --- a/index.php +++ b/index.php @@ -433,11 +433,7 @@ $template->assign_block_vars( array( 'TITLE' => $lang['about_page_title'], 'NAME' => $lang['About'], - 'U_SUMMARY' => 'about.php?'.str_replace( - '&', - '&', - $_SERVER['QUERY_STRING'] - ) + 'U_SUMMARY' => get_root_url().'about.php', ) ); -- cgit v1.2.3