You are here

function theme_name_element in Name Field 6

Same name and namespace in other branches
  1. 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']);
}