diff --git a/committees.php b/committees.php
index c5b4237e..a21d17d1 100644
--- a/committees.php
+++ b/committees.php
@@ -23,7 +23,7 @@
?>
require("common.inc.php");
- send_header("Committee List", array());
+ send_header("Committee List", null, "committee_management");
echo "
";
$q=mysql_query("SELECT * FROM committees ORDER BY ord,name");
diff --git a/contact.php b/contact.php
index 686b45fc..fdb2579b 100644
--- a/contact.php
+++ b/contact.php
@@ -22,7 +22,7 @@
?>
require("common.inc.php");
- send_header("Contact Us");
+ send_header("Contact Us",null,"communication");
function cleanify($in) {
$in=ereg_replace("\r","\n",$in);
diff --git a/important_dates.php b/important_dates.php
index cf539704..8c524913 100644
--- a/important_dates.php
+++ b/important_dates.php
@@ -23,7 +23,7 @@
?>
include "common.inc.php";
- send_header(i18n("Important Dates"));
+ send_header(i18n("Important Dates"),null,"important_dates");
echo "