You are here

function emvideo_lastfm_emfield_subtheme in Embedded Media Field 6

Same name and namespace in other branches
  1. 6.3 contrib/emvideo/providers/lastfm.inc \emvideo_lastfm_emfield_subtheme()

File

contrib/emvideo/providers/lastfm.inc, line 170
Provide support for Last.fm to the emfield.module.

Code

function emvideo_lastfm_emfield_subtheme() {
  return array(
    'emvideo_lastfm_flash' => array(
      'arguments' => array(
        'embed' => NULL,
        'width' => NULL,
        'height' => NULL,
        'autoplay' => NULL,
      ),
      'file' => 'providers/lastfm.inc',
    ),
  );
}