From 3b0ad48451929c9b83d269b9d192f203e2c17c17 Mon Sep 17 00:00:00 2001 From: james Date: Tue, 15 Jun 2010 15:44:25 +0000 Subject: [PATCH] Fix crumbtrails --- admin/events.php | 3 ++- admin/locations.php | 3 ++- admin/schedule.php | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/admin/events.php b/admin/events.php index 995abdd..51f7f3f 100644 --- a/admin/events.php +++ b/admin/events.php @@ -29,7 +29,8 @@ send_header("Events Management", array('Committee Main' => 'committee_main.php', - 'Administration' => 'admin/index.php'), + 'Administration' => 'admin/index.php', + 'Events & Scheduling' => 'admin/eventsscheduling.php'), "events_scheduling" ); echo "
"; diff --git a/admin/locations.php b/admin/locations.php index 2c642b9..43e7fe9 100644 --- a/admin/locations.php +++ b/admin/locations.php @@ -29,7 +29,8 @@ user_auth_required('committee', 'admin'); send_header("Event Locations", array('Committee Main' => 'committee_main.php', - 'Administration' => 'admin/index.php'), + 'Administration' => 'admin/index.php', + 'Events & Scheduling' => 'admin/eventsscheduling.php'), "events_scheduling" ); echo "
"; diff --git a/admin/schedule.php b/admin/schedule.php index 88a0c49..dbc2ac1 100644 --- a/admin/schedule.php +++ b/admin/schedule.php @@ -168,7 +168,8 @@ send_header("Schedule Management", array('Committee Main' => 'committee_main.php', - 'Administration' => 'admin/index.php'), + 'Administration' => 'admin/index.php', + 'Events & Scheduling' => 'admin/eventsscheduling.php'), "events_scheduling" ); echo "
"; ?>