- drupal
- drupal6
| Versionen | |
| drupal6 |
theme_token($element) |
Format a form token.
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 2021
<?php
function theme_token($element) {
return theme('hidden', $element);
}
?>
Kommentare
Kommentar hinzufügen