theme_token

Definition

theme_token($element)
includes/form.inc, line 1382

Code

<?php
function theme_token($element) {
  return theme('hidden', $element);
}
?>
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.