You are here

function theme_nodereference_item_simple in Content Construction Kit (CCK) 5

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

File

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

Code

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