function theme_name_element in Name Field 6
Same name and namespace in other branches
- 7 name.module \theme_name_element()
Custom theme callback for the name_element.
File
- ./
name.module, line 348 - Defines an API for displaying and inputing names.
Code
function theme_name_element($element) {
return theme('form_element', $element, $element['#children']);
}