function cck_video_theme in CCK Video 6
Same name and namespace in other branches
- 7 cck_video.module \cck_video_theme()
Implementation of hook_theme().
File
- ./
cck_video.module, line 49
Code
function cck_video_theme() {
$theme = array(
'cck_video_formatter_video' => array(
'arguments' => array(
'element' => NULL,
),
),
);
return $theme;
}