drupal 7 cusomized user profile template can not save changes
问题 I want to custom my user profile edit page. The edit path is: xxx/user/2/edit 1. In my templage file: function MYTHEME_theme() { 'user_profile_form' => array( 'arguments' => array('form' => NULL), 'render element' => 'form', 'template' => 'user-profile-form', 'path' => drupal_get_path('theme', 'bootstrap_subtheme').'/templates', ), } function MYTHEME_preprocess_user_profile_form(&$vars) { drupal_set_title('Account settings'); unset($vars['form']['account']['mail']['#description']); $vars[