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', ) );