Add the page and sidebar entry for a 'Browse newest applications' page

This commit is contained in:
Alexander Nicolaysen Sørnes
2006-11-27 03:14:57 +00:00
committed by WineHQ
parent 4586465b09
commit 79a5e062dd
3 changed files with 77 additions and 3 deletions

View File

@@ -23,6 +23,7 @@ function global_sidebar_menu() {
$g->add("AppDB Home", BASE);
$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 Apps by Rating", BASE."browse_by_rating.php");
$g->add("Top 25", BASE."votestats.php");
$g->add("Submit Application", BASE."appsubmit.php?sSub=view&sAppType=application");