aboutsummaryrefslogtreecommitdiffstats
path: root/about.php
diff options
context:
space:
mode:
Diffstat (limited to 'about.php')
-rw-r--r--about.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/about.php b/about.php
index 5e3102fbf..56f0a36d1 100644
--- a/about.php
+++ b/about.php
@@ -51,7 +51,7 @@ $template->set_filenames(
$template->assign_vars(
array(
- 'U_HOME' => PHPWG_ROOT_PATH.'category.php'
+ 'U_HOME' => make_index_url(),
)
);