You are here

function theme_nodereference_item_simple in Content Construction Kit (CCK) 6

Same name and namespace in other branches
  1. 5 nodereference.module \theme_nodereference_item_simple()
1 theme call to theme_nodereference_item_simple()
_nodereference_item in modules/nodereference/nodereference.module

File

modules/nodereference/nodereference.module, line 683
Defines a field type for referencing one node from another.

Code

function theme_nodereference_item_simple($item) {
  return $item->node_title;
}