function emvideo_imeem_emfield_subtheme in Embedded Media Field 6
Same name and namespace in other branches
- 6.3 contrib/emvideo/providers/imeem.inc \emvideo_imeem_emfield_subtheme()
File
- contrib/
emvideo/ providers/ imeem.inc, line 95
Code
function emvideo_imeem_emfield_subtheme() {
return array(
'emvideo_imeem_flash' => array(
'arguments' => array(
'embed' => NULL,
'width' => NULL,
'height' => NULL,
'autoplay' => NULL,
),
'file' => 'providers/imeem.inc',
),
);
}