aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--admin.php2
-rw-r--r--admin/search.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/admin.php b/admin.php
index eec37c1bb..fa08bae24 100644
--- a/admin.php
+++ b/admin.php
@@ -244,7 +244,7 @@ else
{
$template->assign_vars(array ('ADMIN_CONTENT'=> '<div style="text-align:center">'.$lang['default_message'].'</div>') );
}
-$template->pparse('admin');
+$template->parse('admin');
include(PHPWG_ROOT_PATH.'include/page_tail.php');
// +-----------------------------------------------------------------------+
// | order permission refreshment |
diff --git a/admin/search.php b/admin/search.php
index e072abf91..e6eab6258 100644
--- a/admin/search.php
+++ b/admin/search.php
@@ -103,6 +103,6 @@ if ( !empty($username_list))
));
}
-$template->pparse('search');
+$template->parse('search');
include(PHPWG_ROOT_PATH.'include/page_tail.php');
?> \ No newline at end of file