Add a page to browse downloadable applications

This commit is contained in:
Alexander Nicolaysen Sørnes
2007-01-09 04:29:51 +00:00
committed by WineHQ
parent d2b1995d2e
commit a7f699dbab
2 changed files with 99 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ function global_sidebar_menu()
$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("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."appsubmit.php?sSub=view&sAppType=application");