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 | |
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
-rw-r--r-- | web/include/discuss.php (renamed from web/include/mailinglists.php) | 7 | ||||
-rw-r--r-- | web/include/thebrain.php | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/web/include/mailinglists.php b/web/include/discuss.php index 59de0de..4007884 100644 --- a/web/include/mailinglists.php +++ b/web/include/discuss.php @@ -1,4 +1,9 @@ -<h2>Mailing List Information</h2> +<h2>Web Forums</h2> +<p>We provide web forums to facilitate the desire for a place to discuss this project +and seek help from peers online. Please be courteous!</p> +<p><a href="http://boards.chatbear.com/quake3/">Enter the icculus.org/quake3 forums.</a></p> + +<h2>Mailing Lists</h2> <p>There are two mailing lists used by this project. Here's a description and instructions for each.</p> <h3 class="shell">quake3@icculus.org</h3> 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) { |