Rename 'Vendors' menu link to 'Browse by Developer'

This commit is contained in:
Alexander Nicolaysen Sørnes
2008-06-15 15:24:49 +02:00
committed by Chris Morgan
parent f78a7c931b
commit fc379cb4a1

View File

@@ -23,13 +23,13 @@ function global_sidebar_menu()
$g->add("Screenshots", BASE."objectManager.php?sClass=screenshot&sTitle=View+Screenshots"); $g->add("Screenshots", BASE."objectManager.php?sClass=screenshot&sTitle=View+Screenshots");
$g->add("Browse Apps", BASE."objectManager.php?sClass=application&". $g->add("Browse Apps", BASE."objectManager.php?sClass=application&".
'sTitle=Browse%20Applications&sOrderBy=appName&bAscending=true'); 'sTitle=Browse%20Applications&sOrderBy=appName&bAscending=true');
$g->add('Browse by Developer', BASE.'objectManager.php?sClass=vendor&sTitle=Browse%20by%20Developer');
$g->add("Top 25", BASE."votestats.php"); $g->add("Top 25", BASE."votestats.php");
$g->add("Submit Application", BASE."objectManager.php?sClass=application_queue&". $g->add("Submit Application", BASE."objectManager.php?sClass=application_queue&".
"sTitle=Submit+Application&sAction=add"); "sTitle=Submit+Application&sAction=add");
$g->add("Help & Documentation", BASE."help/"); $g->add("Help & Documentation", BASE."help/");
$g->add("Statistics", BASE."appdbStats.php"); $g->add("Statistics", BASE."appdbStats.php");
$g->add('Distributions ('.distribution::objectGetEntriesCount('accepted').')', BASE.'objectManager.php?sClass=distribution&sTitle=View%20Distributions'); $g->add('Distributions ('.distribution::objectGetEntriesCount('accepted').')', BASE.'objectManager.php?sClass=distribution&sTitle=View%20Distributions');
$g->add('Vendors ('.vendor::objectGetEntriesCount('accepted').')', BASE.'objectManager.php?sClass=vendor&sTitle=View%20Vendors');
$g->add("Email your suggestions for improving the AppDB", "mailto:appdb@winehq.org"); $g->add("Email your suggestions for improving the AppDB", "mailto:appdb@winehq.org");
$g->done(); $g->done();