diff --git a/user_personal.php b/user_personal.php index 7665620..18c6619 100644 --- a/user_personal.php +++ b/user_personal.php @@ -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') {