diff --git a/include/sidebar.php b/include/sidebar.php index d0c7482..b191ed6 100644 --- a/include/sidebar.php +++ b/include/sidebar.php @@ -43,11 +43,23 @@ function global_sidebar_menu() function app_search_box($q = '') { - $str = "
\n"; - $str .= ""; - $str .= "\n"; - $str .= "
\n"; - return $str; + // google custom search dialog + // used in place of appdb specific search engine code + // Chris Morgan maintains + // the search engine settings + $sSearchStr = ' + +
+ + + + +
+ + +'; + + return $sSearchStr; } ?>