diff options
Diffstat (limited to 'admin/catalog.php')
-rw-r--r-- | admin/catalog.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/catalog.php b/admin/catalog.php index ba2c63aa..bc67c13f 100644 --- a/admin/catalog.php +++ b/admin/catalog.php @@ -27,7 +27,7 @@ if (!Access::check('interface','100')) { exit; } -show_header(); +UI::show_header(); /* Big switch statement to handle various actions */ switch ($_REQUEST['action']) { @@ -314,6 +314,6 @@ switch ($_REQUEST['action']) { } // end switch /* Show the Footer */ -show_footer(); +UI::show_footer(); ?> |