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