diff options
Diffstat (limited to 'playlist.php')
-rw-r--r-- | playlist.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/playlist.php b/playlist.php index 2b6dba05..b91f0136 100644 --- a/playlist.php +++ b/playlist.php @@ -35,7 +35,7 @@ if ($_REQUEST['action'] == 'delete_playlist') { } } -show_header(); +UI::show_header(); /* Switch on the action passed in */ @@ -162,5 +162,5 @@ switch ($_REQUEST['action']) { break; } // switch on the action -show_footer(); +UI::show_footer(); ?> |