You are here

function emvideo_archive_emfield_subtheme in Embedded Media Field 6

Implementation of hook_emfield_subtheme. This returns any theme functions defined by this provider.

File

contrib/emvideo/providers/archive.inc, line 400
This is an archive.org provider include file for Embedded Media Video.

Code

function emvideo_archive_emfield_subtheme() {
  $themes = array(
    'emvideo_archive_flash' => array(
      'arguments' => array(
        'item' => NULL,
        'width' => NULL,
        'height' => NULL,
        'autoplay' => NULL,
      ),
      'file' => 'providers/archive.inc',
    ),
  );
  return $themes;
}