You are here

function swfembed_theme in SWF Embed 7

Same name and namespace in other branches
  1. 6 swfembed.module \swfembed_theme()

Implementation of hook_theme().

File

./swfembed.module, line 36
The main file for swfembed.

Code

function swfembed_theme($existing, $type, $theme, $path) {
  return array(
    'swfembed_embed' => array(
      'variables' => array(
        'swf_object' => NULL,
      ),
    ),
  );
}