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 b434cd450..41b68b220 100644
--- a/about.php
+++ b/about.php
@@ -45,6 +45,6 @@ $template->assign_vars(array(
)
);
-$template->pparse('about');
+$template->parse('about');
include(PHPWG_ROOT_PATH.'include/page_tail.php');
?>