Replace browse_newest_apps class using sorting

This commit is contained in:
Alexander Nicolaysen Sørnes
2007-11-09 23:10:34 +01:00
committed by Chris Morgan
parent 7643ac8229
commit 7e66843cc4
5 changed files with 3 additions and 187 deletions

View File

@@ -20,8 +20,8 @@ function global_sidebar_menu()
$g = new htmlmenu("AppDB");
$g->add("Screenshots", BASE."viewScreenshots.php");
$g->add("Browse Apps", BASE."appbrowse.php");
$g->add("Browse Newest Apps", BASE."objectManager.php?sClass=browse_newest_apps&".
"bIsQueue=false&sTitle=Newest%20apps");
$g->add("Browse Newest Apps", BASE."objectManager.php?sClass=application&".
"bIsQueue=false&sTitle=Newest%20apps&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");