You are here

function theme_token in Drupal 5

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

Related topics

File

includes/form.inc, line 1394

Code

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