diff --git a/admin/awards.php b/admin/awards.php index d36d7442..02c8ba42 100644 --- a/admin/awards.php +++ b/admin/awards.php @@ -28,7 +28,8 @@ send_header("Awards", array('Committee Main' => 'committee_main.php', - 'Administration' => 'admin/index.php') ); + 'Administration' => 'admin/index.php'), + "awards_management" ); require_once("rerollprizes.php"); diff --git a/admin/cms.php b/admin/cms.php index c583e8a7..06103f49 100644 --- a/admin/cms.php +++ b/admin/cms.php @@ -32,7 +32,8 @@ send_header("Website Content Manager", array('Committee Main' => 'committee_main.php', - 'SFIAB Configuration' => 'config/index.php') + 'Administration' => 'admin/index.php'), + "website_content_management" ); if($_POST['action']=="save") diff --git a/admin/committees.php b/admin/committees.php index 79d23c53..5d36dfa0 100644 --- a/admin/committees.php +++ b/admin/committees.php @@ -49,7 +49,8 @@ if($_POST['users_id']) /* Now, start the output for this page */ send_header("Committee Management", array('Committee Main' => 'committee_main.php', - 'Administration' => 'admin/index.php' )); + 'Administration' => 'admin/index.php' ), + "committee_management"); $_SESSION['last_page'] = 'committee_management'; ?> diff --git a/admin/communication.php b/admin/communication.php index 45c0972b..bbcdd208 100644 --- a/admin/communication.php +++ b/admin/communication.php @@ -28,7 +28,8 @@ include "communication.inc.php"; send_header("Communication", array('Committee Main' => 'committee_main.php', - 'Administration' => 'admin/index.php') + 'Administration' => 'admin/index.php'), + "communication" ); echo "
"; diff --git a/admin/cwsfregister.php b/admin/cwsfregister.php index d1cb6ecc..b0a52609 100644 --- a/admin/cwsfregister.php +++ b/admin/cwsfregister.php @@ -120,7 +120,8 @@ include "xml.inc.php"; user_auth_required('committee', 'admin'); send_header("One-Click CWSF Registration", array('Committee Main' => 'committee_main.php', - 'Administration' => 'admin/index.php') + 'Administration' => 'admin/index.php'), + "one-click_cwsf_registration" ); echo "
"; diff --git a/admin/documents.php b/admin/documents.php index 1a1f5606..3ae9f8c4 100644 --- a/admin/documents.php +++ b/admin/documents.php @@ -34,7 +34,8 @@ user_auth_required('committee', 'admin'); send_header("Internal Document Manager", array('Committee Main' => 'committee_main.php', - 'Administration' => 'admin/index.php') + 'Administration' => 'admin/index.php'), + "internal_document_management" ); $editor=new TableEditor("documents", diff --git a/admin/judges.php b/admin/judges.php index 758227d9..f1957d59 100644 --- a/admin/judges.php +++ b/admin/judges.php @@ -28,7 +28,8 @@ send_header("Judges", array('Committee Main' => 'committee_main.php', - 'Administration' => 'admin/index.php') + 'Administration' => 'admin/index.php'), + "judging_management" ); echo "
"; echo ''.i18n('Judges').'