aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2006-04-04 23:08:08 +0000
committerplegall <plg@piwigo.org>2006-04-04 23:08:08 +0000
commit8dfa85f0fd8134c5da491d0ff9870faf08ee81d2 (patch)
tree055c7c3c4c2a7ca89def5b63df8963c07a8dbd1c /index.php
parentbc6358dfc288953942741522994f7759f4f68361 (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 'index.php')
-rw-r--r--index.php6
1 files changed, 1 insertions, 5 deletions
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(
- '&',
- '&amp;',
- $_SERVER['QUERY_STRING']
- )
+ 'U_SUMMARY' => get_root_url().'about.php',
)
);