AppDB: fix sidebar link order and add wine forums

Austin English austinenglish at gmail.com
Tue Feb 26 16:40:25 CST 2008


diff --git a/include/sidebar.php b/include/sidebar.php
index 81ec950..a754a44 100644
--- a/include/sidebar.php
+++ b/include/sidebar.php
@@ -11,10 +11,11 @@ function global_sidebar_menu()
     global $aClean;

     $g = new htmlmenu(APPDB_OWNER." Menu");
-    $g->add("AppDB", BASE);
     $g->add(APPDB_OWNER, APPDB_OWNER_URL);
+    $g->add("AppDB", BASE);
     $g->add("Bugzilla", BUGZILLA_ROOT);
     $g->add("Wine Wiki", "http://wiki.winehq.org");
+    $g->add("Wine Forum", "http://forum.winehq.org");
     $g->done();

     $g = new htmlmenu("AppDB");



More information about the wine-patches mailing list