You are here

function theme_petreference_autocomplete in Previewable email templates 6

File

modules/petreference/petreference.module, line 973
Defines a field type for referencing pet template to a node.

Code

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