From 04aa79b53c38095d4727f4d850e191c64d99352f Mon Sep 17 00:00:00 2001 From: Paul Arthur Date: Sat, 26 Jan 2013 01:22:50 -0500 Subject: Move show_{footer,header}() from ui.lib.php to UI --- democratic.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'democratic.php') diff --git a/democratic.php b/democratic.php index d6a061d9..a31aa0e7 100644 --- a/democratic.php +++ b/democratic.php @@ -28,7 +28,7 @@ if (!Config::get('allow_democratic_playback')) { exit; } -show_header(); +UI::show_header(); // Switch on their action switch ($_REQUEST['action']) { @@ -122,6 +122,6 @@ switch ($_REQUEST['action']) { break; } // end switch on action -show_footer(); +UI::show_footer(); ?> -- cgit