function scald_video_theme in Scald: Media Management made easy 7
Implements hook_theme().
File
- modules/
providers/ scald_video/ scald_video.module, line 145 - Scald Video is a Scald Atom Provider for video files.
Code
function scald_video_theme() {
return array(
'scald_video_player' => array(
'variables' => array(
'vars' => NULL,
),
'template' => 'scald_video_player',
),
);
}