From d64e74dc77f7557390fe1db0119e869491bca837 Mon Sep 17 00:00:00 2001 From: floam Date: Fri, 11 Nov 2005 19:26:50 +0000 Subject: 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 --- web/include/thebrain.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'web/include/thebrain.php') 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) { -- cgit v1.2.3