Jeremy Newman : add new Wine Forums link to WineHQ menu

Jeremy Newman jnewman at winehq.org
Fri Feb 22 14:47:50 CST 2008


Module: website
Branch: master
Commit: 8b67f6c5592f746bfbe39d2c3e7caf97ffd08bd1
URL:    http://source.winehq.org/git/website.git/?a=commit;h=8b67f6c5592f746bfbe39d2c3e7caf97ffd08bd1

Author: Jeremy Newman <jnewman at codeweavers.com>
Date:   Fri Feb 22 14:47:45 2008 -0600

add new Wine Forums link to WineHQ menu
remove forum wording from Mailing list link

---

 include/config.php |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/include/config.php b/include/config.php
index ccdc9fb..6cb0f0c 100644
--- a/include/config.php
+++ b/include/config.php
@@ -37,6 +37,7 @@ class config
                 'AppDB'           => 'http://appdb.winehq.org',
                 'Bugzilla'        => 'http://bugs.winehq.org/',
                 'Wine Wiki'       => 'http://wiki.winehq.org',
+                'Wine Forums'     => 'http://forum.winehq.org/'
             ),
 	    'About' => array(
                 'About'           => '{$root}/site/about',
@@ -63,7 +64,7 @@ class config
            'Development' => array(
                 'Development'     => '{$root}/site/development',
                 'Developers Guide' => '{$root}/site/docs/winedev-guide/index',
-                'Mailing Lists/Forums'   => '{$root}/site/forums',
+                'Mailing Lists'   => '{$root}/site/forums',
                 'GIT'             => '{$root}/site/git',
                 'Sending Patches' => '{$root}/site/sending_patches',
                 'To Do Lists'     => 'http://wiki.winehq.org/TodoList',




More information about the wine-cvs mailing list