You are here

function theme_formatted_number in Formatted Number 6

Display a CCK Number (widget).

File

./formatted_number.module, line 642
Defines CCK numeric types where thousands separator and decimal point are inherited from the Format Number API module.

Code

function theme_formatted_number($element) {
  formatted_number_add_js();
  return $element['#children'];
}