- drupal
- drupal6
- drupal7
| Versionen | |
| drupal6 – drupal7 |
theme_submit($element) |
Theme a form submit button.
Verwandte Themen
- Form generation
- Functions to enable the processing and display of HTML forms.
- Default theme implementations
- Functions and templates that present output to the user, and can be
implemented by themes.
Code
includes/form.inc, line 2367
<?php
function theme_submit($element) {
return theme('button', $element);
}
?>
Kommentare
Kommentar hinzufügen