ChangeSet ID: 31244 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner(a)winehq.org 2007/07/10 21:41:58 Modified files: include : sidebar.php Log message: Chris Morgan <cmorgan(a)alum.wpi.edu> 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 Patch: http://cvs.winehq.org/patch.py?id=31244 Old revision New revision Changes Path 1.32 1.33 +1 -1 appdb/include/sidebar.php Index: appdb/include/sidebar.php diff -u -p appdb/include/sidebar.php:1.32 appdb/include/sidebar.php:1.33 --- appdb/include/sidebar.php:1.32 11 Jul 2007 2:41:58 -0000 +++ appdb/include/sidebar.php 11 Jul 2007 2:41:58 -0000 @@ -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();