function theme_submit

7.x form.inc theme_submit($variables)
6.x form.inc theme_submit($element)

Theme a form submit button.

Related topics

File

drupal-6.x/includes/form.inc, line 1967

Code

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