function youtubechannel_theme in YoutubeChannel 7.2
Same name and namespace in other branches
- 8.3 youtubechannel.module \youtubechannel_theme()
- 8 youtubechannel.module \youtubechannel_theme()
- 8.2 youtubechannel.module \youtubechannel_theme()
- 6 youtubechannel.module \youtubechannel_theme()
- 7 youtubechannel.module \youtubechannel_theme()
Implements hook_theme().
File
- ./
youtubechannel.module, line 75 - module file for youtubechannel.
Code
function youtubechannel_theme() {
return array(
'youtubechannel_videos' => array(
'variables' => array(
'vars' => NULL,
),
'template' => 'youtubechannel_videos',
),
);
}