diff options
author | floam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-12-06 05:26:21 +0000 |
---|---|---|
committer | floam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-12-06 05:26:21 +0000 |
commit | c361ccf3c40c3a7ed583d2eb39f81ca5ec107489 (patch) | |
tree | 5cdf22280aeb780fe20ce5193a023d1531649434 /web/include/thebrain.php | |
parent | 16c40aa8bf66ff02515fb65c935fe47c7bb34328 (diff) | |
download | ioquake3-aero-c361ccf3c40c3a7ed583d2eb39f81ca5ec107489.tar.gz ioquake3-aero-c361ccf3c40c3a7ed583d2eb39f81ca5ec107489.zip |
Link to web forums.
git-svn-id: svn://svn.icculus.org/quake3/trunk@423 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'web/include/thebrain.php')
-rw-r--r-- | web/include/thebrain.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/include/thebrain.php b/web/include/thebrain.php index 4ee671e..58a97b6 100644 --- a/web/include/thebrain.php +++ b/web/include/thebrain.php @@ -19,8 +19,8 @@ $navlist = array( "home" => "Home", "get" => "Get It", "help" => "Help", - "status" => "Status", - "mailinglists" => "Mailing Lists" + "status" => "Status", + "discuss" => "Discussion", ); function include_safe($file) { |