Module: appdb Branch: master Commit: fc379cb4a1674456194ca4a4047c65ba9876aaf6 URL: http://source.winehq.org/git/appdb.git/?a=commit;h=fc379cb4a1674456194ca4a40...
Author: Alexander Nicolaysen Sørnes alex@thehandofagony.com Date: Sun Jun 15 15:24:49 2008 +0200
Rename 'Vendors' menu link to 'Browse by Developer'
---
include/sidebar.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/sidebar.php b/include/sidebar.php index 11cede2..49236ff 100644 --- a/include/sidebar.php +++ b/include/sidebar.php @@ -23,13 +23,13 @@ function global_sidebar_menu() $g->add("Screenshots", BASE."objectManager.php?sClass=screenshot&sTitle=View+Screenshots"); $g->add("Browse Apps", BASE."objectManager.php?sClass=application&". '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("Submit Application", BASE."objectManager.php?sClass=application_queue&". "sTitle=Submit+Application&sAction=add"); $g->add("Help & Documentation", BASE."help/"); $g->add("Statistics", BASE."appdbStats.php"); $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->done();