function swftools_theme in SWF Tools 6
Same name and namespace in other branches
- 6.3 swftools.module \swftools_theme()
- 6.2 swftools.module \swftools_theme()
Implementation of hook_theme
File
- ./
swftools.module, line 1206
Code
function swftools_theme() {
return array(
'swftools_embed' => array(
'arguments' => array(
'embed_code' => NULL,
'action' => NULL,
'methods' => NULL,
'vars' => array(),
'html_alt' => NULL,
),
),
);
}