fixed user profile form display

This commit is contained in:
Bachir Soussi Chiadmi
2015-06-24 16:29:54 +02:00
parent 19b1d49a22
commit ade4a41f76
3 changed files with 767 additions and 599 deletions

View File

@@ -222,6 +222,10 @@ function materio_user_form_alter(&$form, &$form_state, $form_id) {
}
$form['newsletters']['#options'] = $options;
}
// if ( $form_id == "user_profile_form"){
// dsm($form);
// }
}
// function materio_user_user_register_form_submit($form, &$form_state){