- Be consistent with the header text

This commit is contained in:
dave 2008-01-07 05:51:54 +00:00
parent 48593842c6
commit 9a473041c8

View File

@ -162,8 +162,9 @@
//send the header
if($eid == false) {
$type = $_SESSION['users_type'];
send_header("{$user_what[$type]} - Personal Information",
array("{$user_what[$type]} Registration" => "{$type}_main.php")
$m = ($type == 'committee') ? 'Committee' : $user_what[$type];
send_header("Personal Information",
array("$m Main" => "{$type}_main.php")
);
} else {
if($_SESSION['last_page'] == 'committee_management') {