You are here

function vcardfield_theme in VCard Field 7

File

./vcardfield.module, line 297

Code

function vcardfield_theme($existing, $type, $theme, $path) {
  return array(
    'vcardfield' => array(
      'variables' => array(
        'item' => NULL,
      ),
      'template' => 'vcardfield',
    ),
  );
}