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