You are here

function cck_video_theme in CCK Video 6

Same name and namespace in other branches
  1. 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;
}