Guest User

Untitled

a guest
Aug 14th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. function mytheme_preprocess_finder_form($form) {
  2.  
  3. $form['finder_form']['submit'] = array(
  4. '#type' => 'image_button',
  5. '#name' => 'find',
  6. '#value' => $finder->settings['form']['button_text'],
  7. '#src' => path_to_theme().'/images/pn_userlist_find.gif',
  8. );
  9.  
  10. }
Add Comment
Please, Sign In to add comment