function theme_emaudio_default in Embedded Media Field 6.2
Same name and namespace in other branches
- 5 contrib/emaudio/emaudio.module \theme_emaudio_default()
- 6.3 contrib/emaudio/emaudio.theme.inc \theme_emaudio_default()
- 6 contrib/emaudio/emaudio.theme.inc \theme_emaudio_default()
File
- contrib/
emaudio/ emaudio.theme.inc, line 94 - This defines the various theme functions for Embedded Audio Field (emaudio).
Code
function theme_emaudio_default($field, $item, $formatter, $node, $options = array()) {
return theme('emaudio_audio_audio', $field, $item, $formatter, $node, $options);
}