You are here

function swftools_swfobject2_theme in SWF Tools 6.3

Implementation of hook_theme().

File

swfobject2/swftools_swfobject2.module, line 90
Enables SWF Tools support for swfObject 2 JavaScript flash embedding.

Code

function swftools_swfobject2_theme() {
  return array(
    'swftools_swfobject2' => array(
      'arguments' => array(
        'file' => NULL,
        'data' => NULL,
        'script_location' => NULL,
      ),
    ),
  );
}