Implement browsing of newest apps in the object manager infrastructure

This commit is contained in:
Chris Morgan
2007-07-16 03:04:07 +00:00
committed by WineHQ
parent 7c76ba42eb
commit 88a832199d
5 changed files with 150 additions and 70 deletions

View File

@@ -20,7 +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."browse_newest_apps.php");
$g->add("Browse Newest Apps", BASE."objectManager.php?sClass=browse_newest_apps&".
"bIsQueue=false&sTitle=Newest%20apps");
$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");