You are here

function theme_range_formatter_unformatted in Range 6

Proxy theme function for 'unformatted' number field formatter.

File

./range.module, line 297
Defines numeric fields within a range of possible values and displays them colored accordingly..

Code

function theme_range_formatter_unformatted($element) {
  return $element['#item']['value'];
}