Fixed: Following issue are resolved
Change Password tab Active on Click Change Password link at My Account Settings
This commit is contained in:
parent
9bf7651287
commit
86d41513d8
1 changed files with 4 additions and 2 deletions
|
@ -65,6 +65,10 @@ if(isset($_POST['block_users']))
|
||||||
}
|
}
|
||||||
|
|
||||||
$mode = $_GET['mode'];
|
$mode = $_GET['mode'];
|
||||||
|
|
||||||
|
|
||||||
|
assign('mode',$mode);
|
||||||
|
|
||||||
switch($mode)
|
switch($mode)
|
||||||
{
|
{
|
||||||
case 'account':
|
case 'account':
|
||||||
|
@ -142,8 +146,6 @@ $user_profile = array_merge($udetails,$profile);
|
||||||
//pr($Cbucket->header_files);
|
//pr($Cbucket->header_files);
|
||||||
assign('user',$udetails);
|
assign('user',$udetails);
|
||||||
assign('p',$user_profile);
|
assign('p',$user_profile);
|
||||||
|
|
||||||
|
|
||||||
subtitle(lang("user_manage_my_account"));
|
subtitle(lang("user_manage_my_account"));
|
||||||
template_files('edit_account.html');
|
template_files('edit_account.html');
|
||||||
display_it();
|
display_it();
|
||||||
|
|
Loading…
Add table
Reference in a new issue