summaryrefslogtreecommitdiffstats
path: root/radio.php
diff options
context:
space:
mode:
Diffstat (limited to 'radio.php')
-rw-r--r--radio.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/radio.php b/radio.php
index 6249c35d..360c1ff7 100644
--- a/radio.php
+++ b/radio.php
@@ -22,7 +22,7 @@
require_once 'lib/init.php';
-show_header();
+UI::show_header();
// Switch on Action
switch ($_REQUEST['action']) {
@@ -60,6 +60,6 @@ switch ($_REQUEST['action']) {
break;
} // end data collection
-show_footer();
+UI::show_footer();
?>