Ryan, On Wed, May 19, 2010 at 6:45 PM, Ryan LeTulle <[email protected]> wrote: > I am shooting here but have you tried changing: > @ function custom_form_alter --> > to > @ function get_user_login_form_alter -->
iiuc, the form of hook_theme_alter() is
module_name_theme_alter
as it's custom.module, that'd have to be
custom_theme_alter
Ben
