summaryrefslogtreecommitdiffstats
path: root/browse.php
diff options
context:
space:
mode:
Diffstat (limited to 'browse.php')
-rw-r--r--browse.php4
1 files changed, 2 insertions, 2 deletions
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();
?>