diff options
Diffstat (limited to 'stats.php')
-rw-r--r-- | stats.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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(); ?> |