Alexander Nicolaysen Sørnes : Remove ' browse newest apps' and 'browse by rating'

Chris Morgan cmorgan at winehq.org
Thu Jun 12 18:53:07 CDT 2008


Module: appdb
Branch: master
Commit: 709e418722d3dceb52b2ead58e114a145ddaf305
URL:    http://source.winehq.org/git/appdb.git/?a=commit;h=709e418722d3dceb52b2ead58e114a145ddaf305

Author: Alexander Nicolaysen Sørnes <alex at 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&amp;sTitle=View+Screenshots");
-    $g->add("Browse Apps", BASE."appbrowse.php");
-    $g->add("Browse Newest Apps", BASE."objectManager.php?sClass=application&amp;".
-            'sTitle=Newest%20apps&amp;sOrderBy=appId&amp;bAscending=false');
+    $g->add("Browse Apps", BASE."objectManager.php?sClass=application&amp;".
+            'sTitle=Browse%20Applications&amp;sOrderBy=appId&amp;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&amp;".
             "sTitle=Submit+Application&amp;sAction=add");




More information about the wine-cvs mailing list