From 15c57e937bab6b0f50e98afef654fe9d1eaa9f94 Mon Sep 17 00:00:00 2001 From: Chris Morgan Date: Wed, 11 Jul 2007 02:41:58 +0000 Subject: [PATCH] Place the 'AppDB' link at the top of the global menu, users may use it to return back to the main page of the AppDB and having it be the second link makes it more difficult to locate --- include/sidebar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/sidebar.php b/include/sidebar.php index 8f186dd..48a2703 100644 --- a/include/sidebar.php +++ b/include/sidebar.php @@ -11,8 +11,8 @@ function global_sidebar_menu() global $aClean; $g = new htmlmenu(APPDB_OWNER." Menu"); - $g->add(APPDB_OWNER, APPDB_OWNER_URL); $g->add("AppDB", BASE); + $g->add(APPDB_OWNER, APPDB_OWNER_URL); $g->add("Bugzilla", BUGZILLA_ROOT); $g->add("Wine Wiki", "http://wiki.winehq.org"); $g->done();