You are here

function flowplayer3_theme in SWF Tools 6.2

Implementation of hook_theme().

File

flowplayer3/flowplayer3.module, line 399

Code

function flowplayer3_theme() {
  return array(
    'flowplayer3_scheme_form' => array(
      'arguments' => array(
        'form' => NULL,
      ),
      'file' => 'flowplayer3.admin.inc',
    ),
  );
}