i want to override function user_login_block() of user module,how can i do ? thx!
You can create a module to implement hook_form_alter() if you want to change to elements on the form or theme the form if you want to change the look.
thank you very much ,i have successfully modified the form .
another,hook_user also can achieve,note that they have a number of different!
Comments
You can create a module to
You can create a module to implement hook_form_alter() if you want to change to elements on the form or theme the form if you want to change the look.
thank you very much ,i have
thank you very much ,i have successfully modified the form .
another,hook_user also can achieve,note that they have a number of different!