You are here

function theme_nodereference_buttons in Content Construction Kit (CCK) 6.2

Same name and namespace in other branches
  1. 6.3 modules/nodereference/nodereference.module \theme_nodereference_buttons()

File

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

Code

function theme_nodereference_buttons($element) {
  return $element['#children'];
}