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
This commit is contained in:
Chris Morgan
2007-07-11 02:41:58 +00:00
committed by WineHQ
parent 9831c1f762
commit 15c57e937b

View File

@@ -11,8 +11,8 @@ function global_sidebar_menu()
global $aClean; global $aClean;
$g = new htmlmenu(APPDB_OWNER." Menu"); $g = new htmlmenu(APPDB_OWNER." Menu");
$g->add(APPDB_OWNER, APPDB_OWNER_URL);
$g->add("AppDB", BASE); $g->add("AppDB", BASE);
$g->add(APPDB_OWNER, APPDB_OWNER_URL);
$g->add("Bugzilla", BUGZILLA_ROOT); $g->add("Bugzilla", BUGZILLA_ROOT);
$g->add("Wine Wiki", "http://wiki.winehq.org"); $g->add("Wine Wiki", "http://wiki.winehq.org");
$g->done(); $g->done();