diff options
author | floam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-11-11 19:26:50 +0000 |
---|---|---|
committer | floam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-11-11 19:26:50 +0000 |
commit | d64e74dc77f7557390fe1db0119e869491bca837 (patch) | |
tree | 6d55a7f5382282ce393c78b493756c06318b1b51 /web/include/thebrain.php | |
parent | 30ae71ca692d526aa1f2cdc728c119b1142154bf (diff) | |
download | ioquake3-aero-d64e74dc77f7557390fe1db0119e869491bca837.tar.gz ioquake3-aero-d64e74dc77f7557390fe1db0119e869491bca837.zip |
Add Mailing Lists section and tweak CSS design a bit.
git-svn-id: svn://svn.icculus.org/quake3/trunk@325 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'web/include/thebrain.php')
-rw-r--r-- | web/include/thebrain.php | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/web/include/thebrain.php b/web/include/thebrain.php index 791900b..6b47a7f 100644 --- a/web/include/thebrain.php +++ b/web/include/thebrain.php @@ -16,9 +16,10 @@ else { header("Content-type: $content_type; charset=UTF-8"); $navlist = array( - "home" => "Home", - "help" => "Help", - "status" => "Status" + "home" => "Home", + "help" => "Help", + "status" => "Status", + "mailinglists" => "Mailing Lists" ); function include_safe($file) { |