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:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user