Module: appdb Branch: master Commit: 709e418722d3dceb52b2ead58e114a145ddaf305 URL: http://source.winehq.org/git/appdb.git/?a=commit;h=709e418722d3dceb52b2ead58...
Author: Alexander Nicolaysen Sørnes alex@thehandofagony.com Date: Thu Jun 12 23:50:42 2008 +0200
Remove 'browse newest apps' and 'browse by rating'
---
include/sidebar.php | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/include/sidebar.php b/include/sidebar.php index d12e1b9..69c4517 100644 --- a/include/sidebar.php +++ b/include/sidebar.php @@ -21,11 +21,9 @@ function global_sidebar_menu() $g = new htmlmenu("AppDB"); $g->add('Home', BASE.'index.php'); $g->add("Screenshots", BASE."objectManager.php?sClass=screenshot&sTitle=View+Screenshots"); - $g->add("Browse Apps", BASE."appbrowse.php"); - $g->add("Browse Newest Apps", BASE."objectManager.php?sClass=application&". - 'sTitle=Newest%20apps&sOrderBy=appId&bAscending=false'); + $g->add("Browse Apps", BASE."objectManager.php?sClass=application&". + 'sTitle=Browse%20Applications&sOrderBy=appId&bAscending=false'); $g->add("Downloadable Apps", BASE."browse_downloadable.php"); - $g->add("Browse Apps by Rating", BASE."browse_by_rating.php"); $g->add("Top 25", BASE."votestats.php"); $g->add("Submit Application", BASE."objectManager.php?sClass=application_queue&". "sTitle=Submit+Application&sAction=add");