diff --git a/web/html/index.php b/web/html/index.php
index e2c840a6..5511d7e0 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();
?>
diff --git a/web/html/packages.php b/web/html/packages.php
index 90ab72cb..9805ee2b 100644
--- a/web/html/packages.php
+++ b/web/html/packages.php
@@ -64,6 +64,7 @@ if ($output):
endif;
if (isset($_GET["ID"])) {
+ include('pkg_search_form.php');
if (!intval($_GET["ID"])) {
print __("Error trying to retrieve package details.")."
\n";
} else {
diff --git a/web/template/pkg_search_form.php b/web/template/pkg_search_form.php
index 70797e47..01009a4f 100644
--- a/web/template/pkg_search_form.php
+++ b/web/template/pkg_search_form.php
@@ -1,3 +1,5 @@
+
+