You are here

function cck_video_theme in CCK Video 7

Same name and namespace in other branches
  1. 6 cck_video.module \cck_video_theme()

Implements hook_theme().

File

./cck_video.module, line 97

Code

function cck_video_theme() {
  $theme = array(
    'cck_video_formatter_video' => array(
      'render element' => 'element',
    ),
  );
  return $theme;
}