From d09a5ee76f1dc59c9f5bbf6f7bf6bd77cd8ea906 Mon Sep 17 00:00:00 2001 From: james Date: Wed, 27 Aug 2008 17:52:46 +0000 Subject: [PATCH] Add icons to the profile and password pages --- user_password.php | 1 + user_personal.php | 3 +++ 2 files changed, 4 insertions(+) diff --git a/user_password.php b/user_password.php index a6c2244..81243df 100644 --- a/user_password.php +++ b/user_password.php @@ -76,6 +76,7 @@ send_header("{$user_what[$type]} - Change Password", array("{$user_what[$type]} Registration" => "{$type}_main.php") + ,"change_password" ); if($_SESSION['password_expired'] == true) diff --git a/user_personal.php b/user_personal.php index b2bd471..06ff640 100644 --- a/user_personal.php +++ b/user_personal.php @@ -170,6 +170,7 @@ $m = ($type == 'committee') ? 'Committee' : $user_what[$type]; send_header("Personal Information", array("$m Main" => "{$type}_main.php") + ,"edit_profile" ); } else { if($_SESSION['last_page'] == 'committee_management') { @@ -177,10 +178,12 @@ array('Committee Main' => 'committee_main.php', 'Administration' => 'admin/index.php', 'Committee Management' => 'admin/committees.php') + ,"edit_profile" ); } else { send_header("Personal Information for {$u['firstname']} {$u['lastname']}", array("Committee Main" => "committee_main.php") + ,"edit_profile" ); } }