You are here

function emaudio_podomatic_emfield_subtheme in Embedded Media Field 6.3

Same name and namespace in other branches
  1. 6 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',
    ),
  );
}