summaryrefslogtreecommitdiffstats
path: root/stats.php
diff options
context:
space:
mode:
Diffstat (limited to 'stats.php')
-rw-r--r--stats.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/stats.php b/stats.php
index d3915715..fd2569ec 100644
--- a/stats.php
+++ b/stats.php
@@ -22,7 +22,7 @@
require_once 'lib/init.php';
-show_header();
+UI::show_header();
/* Switch on the action to be performed */
switch ($_REQUEST['action']) {
@@ -56,6 +56,6 @@ switch ($_REQUEST['action']) {
break;
} // end switch on action
-show_footer();
+UI::show_footer();
?>