ChangeSet ID: 25502 CVSROOT: /opt/cvs-commit Module name: lostwages Changes by: jnewman@winehq.org 2006/06/08 15:37:00
Modified files: include : config.php
Log message: Tony Lambregts tony.lambregts@gmail.com update menus for all sites to have a common "WineHQ Menu".
Patch: http://cvs.winehq.org/patch.py?id=25502
Old revision New revision Changes Path 1.31 1.32 +6 -3 lostwages/include/config.php
Index: lostwages/include/config.php diff -u -p lostwages/include/config.php:1.31 lostwages/include/config.php:1.32 --- lostwages/include/config.php:1.31 8 Jun 2006 20:37: 0 -0000 +++ lostwages/include/config.php 8 Jun 2006 20:37: 0 -0000 @@ -25,6 +25,12 @@ class config
// navigation $this->nav = array( + 'WineHQ Menu' => array( + 'WineHQ' => '{$root}', + 'AppDB' => 'http://appdb.winehq.org', + 'Bugzilla' => 'http://bugs.winehq.org/', + 'Wine Wiki' => 'http://wiki.winehq.org', + ), 'About' => array( 'About' => '{$root}/site/about', 'Introduction' => '{$root}/site/about', @@ -44,10 +50,7 @@ class config 'FAQ' => '{$root}/site/docs/wine-faq/index', 'Documentation' => '{$root}/site/documentation', 'HowTo' => '{$root}/site/howto', - 'Wine Wiki' => 'http://wiki.winehq.org', 'Live Support Chat' => '{$root}/site/irc', - 'Bug Tracking' => 'http://bugs.winehq.org/', - 'Applications Database' => 'http://appdb.winehq.org', 'Paid Support' => 'http://www.codeweavers.com/' ), 'Development' => array(