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