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
This commit is contained in:
plegall
2006-04-04 23:08:08 +00:00
parent bc6358dfc2
commit 8dfa85f0fd
+1 -5
View File
@@ -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',
)
);