function theme_submit in Drupal 6
Same name and namespace in other branches
- 4 includes/form.inc \theme_submit()
- 5 includes/form.inc \theme_submit()
- 7 includes/form.inc \theme_submit()
Theme a form submit button.
Related topics
File
- includes/
form.inc, line 2052
Code
function theme_submit($element) {
return theme('button', $element);
}