diff options
author | plegall <plg@piwigo.org> | 2006-04-04 23:08:08 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2006-04-04 23:08:08 +0000 |
commit | 8dfa85f0fd8134c5da491d0ff9870faf08ee81d2 (patch) | |
tree | 055c7c3c4c2a7ca89def5b63df8963c07a8dbd1c | |
parent | bc6358dfc288953942741522994f7759f4f68361 (diff) |
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
Diffstat (limited to '')
-rw-r--r-- | index.php | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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', ) ); |