function theme_token

6.x form.inc theme_token($element)

Format a form token.

Related topics

File

drupal-6.x/includes/form.inc, line 2031

Code

function theme_token($element) {
  return theme('hidden', $element);
}