Implement browsing of newest apps in the object manager infrastructure
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user