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 --- browse.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'browse.php') diff --git a/browse.php b/browse.php index 386c485b..b4fcf559 100644 --- a/browse.php +++ b/browse.php @@ -52,7 +52,7 @@ switch ($_REQUEST['action']) { break; } // end switch -show_header(); +UI::show_header(); switch($_REQUEST['action']) { case 'file': @@ -117,5 +117,5 @@ switch($_REQUEST['action']) { $browse->store(); /* Show the Footer */ -show_footer(); +UI::show_footer(); ?> -- cgit