You are here

function theme_token in Drupal 6

Same name and namespace in other branches
  1. 4 includes/form.inc \theme_token()
  2. 5 includes/form.inc \theme_token()

Format a form token.

Related topics

File

includes/form.inc, line 2116

Code

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