- improve the sidebar links to the help system (only one link instead of two)
- remove the help about user rating as it doesn't exist anymore - improve exisiting help documentation and FAQs (remove out of date informations, dead link, etc.) - add new help page for maintainers with details on how to maintain an application
This commit is contained in:
@@ -9,14 +9,13 @@ function global_sidebar_menu() {
|
||||
$g->add("Back to ".APPDB_OWNER, APPDB_OWNER_URL);
|
||||
$g->done();
|
||||
|
||||
$g = new htmlmenu("App DB");
|
||||
$g = new htmlmenu("AppDB");
|
||||
$g->add("AppDB Home", BASE);
|
||||
$g->add("Browse Apps", BASE."appbrowse.php");
|
||||
$g->add("Top 25", BASE."votestats.php");
|
||||
$g->add("Submit App", BASE."appsubmit.php?apptype=1");
|
||||
$g->add("Documentation", BASE."help/");
|
||||
$g->add("Help & Support", BASE."support.php");
|
||||
$g->add("Appdb Stats", BASE."appdbStats.php");
|
||||
$g->add("Submit Application", BASE."appsubmit.php?apptype=1");
|
||||
$g->add("Help & Documentation", BASE."help/");
|
||||
$g->add("AppDB Stats", BASE."appdbStats.php");
|
||||
$g->done();
|
||||
|
||||
$g = new htmlmenu("Search");
|
||||
|
||||
Reference in New Issue
Block a user