You are here

function theme_isbn_formatter_raw in ISBN Field 6

Theme function for 'raw' ISBN field formatter.

File

./isbn.module, line 316
Defines ISBN field types.

Code

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