diff options
author | Callan Barrett <wizzomafizzo@gmail.com> | 2008-12-23 00:52:09 +0900 |
---|---|---|
committer | Loui Chang <louipc.ist@gmail.com> | 2008-12-29 17:31:55 -0500 |
commit | d62baaecf0aa8eb87776d9de9aa5ee50034613f5 (patch) | |
tree | e502735a9ba3ba01b8f4e92410d5c38306c2bb73 /web/html/packages.php | |
parent | 3288805d2ddeb827d3d25a4a62d74bcdbafa4bb9 (diff) | |
download | aurweb-d62baaecf0aa8eb87776d9de9aa5ee50034613f5.tar.xz |
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 <wizzomafizzo@gmail.com>
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
Diffstat (limited to 'web/html/packages.php')
-rw-r--r-- | web/html/packages.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/html/packages.php b/web/html/packages.php index 90ab72c..9805ee2 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.")."<br />\n"; } else { |