From d62baaecf0aa8eb87776d9de9aa5ee50034613f5 Mon Sep 17 00:00:00 2001 From: Callan Barrett Date: Tue, 23 Dec 2008 00:52:09 +0900 Subject: Add search bar to index and pkg details pages Also changed it around a little bit so it's not tied down the search results function Signed-off-by: Callan Barrett Signed-off-by: Loui Chang --- web/html/index.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'web/html/index.php') diff --git a/web/html/index.php b/web/html/index.php index e2c840a..5511d7e 100644 --- a/web/html/index.php +++ b/web/html/index.php @@ -12,6 +12,8 @@ include_lang('pkgfuncs_po.inc'); html_header( __("Home") ); +include('pkg_search_form.php'); + $dbh = db_connect(); ?> -- cgit v1.2.3-54-g00ecf