Community Documentation

theme_submit

5 form.inc theme_submit($element)
6 form.inc theme_submit($element)
7 form.inc theme_submit($variables)
8 form.inc theme_submit($variables)

Theme a form submit button.

Related topics

File

includes/form.inc, line 1956

Code

<?php
function theme_submit($element) {
  return theme('button', $element);
}
?>
Login or register to post comments