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