Add a page for viewing screenshots and a link to it from the sidebar

This commit is contained in:
Tony Lambregts
2005-09-25 23:55:06 +00:00
committed by WineHQ
parent 374c6f550b
commit 09ec082407
2 changed files with 101 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ function global_sidebar_menu() {
$g = new htmlmenu("AppDB");
$g->add("AppDB Home", BASE);
$g->add("Screenshots", BASE."viewScreenshots.php");
$g->add("Browse Apps", BASE."appbrowse.php");
$g->add("Top 25", BASE."votestats.php");
$g->add("Submit Application", BASE."appsubmit.php?apptype=1");