You are here

function theme_petreference_buttons in Previewable email templates 6

File

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

Code

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