summaryrefslogtreecommitdiffstats
path: root/search.php
diff options
context:
space:
mode:
Diffstat (limited to 'search.php')
-rw-r--r--search.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/search.php b/search.php
index a77824dc..4bbcb756 100644
--- a/search.php
+++ b/search.php
@@ -22,7 +22,7 @@
require_once 'lib/init.php';
-show_header();
+UI::show_header();
/**
* action switch
@@ -58,5 +58,5 @@ switch ($_REQUEST['action']) {
}
/* Show the Footer */
-show_footer();
+UI::show_footer();
?>