You are here

function theme_emwave_default in Embedded Media Field 6.3

Same name and namespace in other branches
  1. 6 contrib/emwave/emwave.theme.inc \theme_emwave_default()
  2. 6.2 contrib/emwave/emwave.theme.inc \theme_emwave_default()

File

contrib/emwave/emwave.theme.inc, line 106

Code

function theme_emwave_default($field, $item, $formatter, $node) {
  return theme('emwave_wave_full', $field, $item, $formatter, $node);
}