You are here

function theme_nodereference_count_formatter_default in Nodereference Count 6

Theme function for 'default' field formatter.

File

./nodereference_count.module, line 350
Defines a field type for counting the references to a node.

Code

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