customize the buttons create new account and Request New Password

goldy736 - August 13, 2009 - 11:20

hi,

Am using .AD Novus Fluid Theme which i customized it and changed entire look and feel of the theme , Now the problem i face is the buttons
in Registration part Create New Account button and Request New password buttons...which are very ordinary , i find out
the following line in user Module :

$form['submit'] = array('#type' => 'submit', '#value' => t('Create new account'), '#weight' => 10);

which display the create new account button in registration page, i have a image Create new account to replace this button , so i tried the following

$form['submit'] = array( '#type' => 'image' , 'src' =>'drupal/sites/default/files/submit_over.gif',
'alt' => t(Create new Account)  );

but its vain, please help me out .

Thank you !

 
 

Drupal is a registered trademark of Dries Buytaert.