diff --git a/include/sidebar.php b/include/sidebar.php index 891a6bf..c79b569 100644 --- a/include/sidebar.php +++ b/include/sidebar.php @@ -16,6 +16,7 @@ function global_sidebar_menu() { $g->add("Submit Application", BASE."appsubmit.php?apptype=1"); $g->add("Help & Documentation", BASE."help/"); $g->add("AppDB Stats", BASE."appdbStats.php"); + $g->add("Email your suggestions for improving the AppDB", "mailto:appdb@winehq.org"); $g->done(); $g = new htmlmenu("Search"); @@ -28,7 +29,7 @@ function global_sidebar_menu() { function app_search_box($q = '') { $str = "
\n"; - $str .= ""; + $str .= ""; $str .= "\n"; $str .= "
\n"; return $str; diff --git a/index.php b/index.php index 8d1da3e..2104676 100644 --- a/index.php +++ b/index.php @@ -18,8 +18,7 @@ apidb_header("Wine Application Database");

Welcome

This is the Wine Application Database (AppDB). From here you get info on application -compatibility with Wine. For developers, you can get information on the APIs used in an -application.

+compatibility with Wine.