forked from science-ation/science-ation
- Be consistent with the header text
This commit is contained in:
parent
48593842c6
commit
9a473041c8
@ -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') {
|
||||
|
Loading…
Reference in New Issue
Block a user