function emaudio_odeo_emfield_subtheme in Embedded Media Field 6
Same name and namespace in other branches
- 6.3 contrib/emaudio/providers/odeo.inc \emaudio_odeo_emfield_subtheme()
Implementation of hook_emfield_subtheme.
File
- contrib/
emaudio/ providers/ odeo.inc, line 161 - This include processes Odeo audio files for use by emaudio.module.
Code
function emaudio_odeo_emfield_subtheme() {
return array(
'emaudio_odeo_flash' => array(
'arguments' => array(
'embed' => NULL,
'width' => NULL,
'height' => NULL,
'autoplay' => NULL,
),
'file' => 'providers/odeo.inc',
),
);
}