function swfembed_theme in SWF Embed 6
Same name and namespace in other branches
- 7 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(
//'function' => 'theme_swfembed_embed',
'arguments' => array(
'swf_object' => NULL,
),
),
);
}