You are here

function theme_submit in Drupal 5

Same name and namespace in other branches
  1. 4 includes/form.inc \theme_submit()
  2. 6 includes/form.inc \theme_submit()
  3. 7 includes/form.inc \theme_submit()

Related topics

File

includes/form.inc, line 1365

Code

function theme_submit($element) {
  return theme('button', $element);
}