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