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