Fixed: Following issue are resolved

Change Password tab Active on Click Change Password link at My Account Settings
This commit is contained in:
iuburhan 2014-09-23 06:41:09 +00:00
parent 9bf7651287
commit 86d41513d8

View file

@ -65,6 +65,10 @@ if(isset($_POST['block_users']))
}
$mode = $_GET['mode'];
assign('mode',$mode);
switch($mode)
{
case 'account':
@ -142,8 +146,6 @@ $user_profile = array_merge($udetails,$profile);
//pr($Cbucket->header_files);
assign('user',$udetails);
assign('p',$user_profile);
subtitle(lang("user_manage_my_account"));
template_files('edit_account.html');
display_it();