Alexander Nicolaysen Sørnes : Add accessible link to front page

Chris Morgan cmorgan at winehq.org
Sat Mar 1 10:39:01 CST 2008


Module: appdb
Branch: master
Commit: 9af5a29e51cc95bc11a3e96f63b2c6ee21e6165c
URL:    http://source.winehq.org/git/appdb.git/?a=commit;h=9af5a29e51cc95bc11a3e96f63b2c6ee21e6165c

Author: Alexander Nicolaysen Sørnes <alex at thehandofagony.com>
Date:   Wed Feb 27 14:16:43 2008 +0100

Add accessible link to front page

---

 include/sidebar.php |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/sidebar.php b/include/sidebar.php
index 5250666..d12e1b9 100644
--- a/include/sidebar.php
+++ b/include/sidebar.php
@@ -19,6 +19,7 @@ function global_sidebar_menu()
     $g->done();
 
     $g = new htmlmenu("AppDB");
+    $g->add('Home', BASE.'index.php');
     $g->add("Screenshots", BASE."objectManager.php?sClass=screenshot&amp;sTitle=View+Screenshots");
     $g->add("Browse Apps", BASE."appbrowse.php");
     $g->add("Browse Newest Apps", BASE."objectManager.php?sClass=application&amp;".




More information about the wine-cvs mailing list