diff options
Diffstat (limited to 'radio.php')
-rw-r--r-- | radio.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 Action switch ($_REQUEST['action']) { @@ -60,6 +60,6 @@ switch ($_REQUEST['action']) { break; } // end data collection -show_footer(); +UI::show_footer(); ?> |