function flowplayer_theme in Flowplayer API 7
Same name and namespace in other branches
- 6 flowplayer.module \flowplayer_theme()
- 7.2 flowplayer.module \flowplayer_theme()
Implementation of hook_theme().
File
- ./
flowplayer.module, line 198 - Provides integration with FlowPlayer.
Code
function flowplayer_theme() {
return array(
'flowplayer' => array(
'variables' => array(
'config' => NULL,
'id' => 'flowplayer',
'attributes' => array(),
),
),
);
}