aboutsummaryrefslogtreecommitdiffstats
path: root/web/include/thebrain.php
diff options
context:
space:
mode:
Diffstat (limited to 'web/include/thebrain.php')
-rw-r--r--web/include/thebrain.php7
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) {