function jplayer_style_plugin::theme_functions in jPlayer 7.2
Same name and namespace in other branches
- 6 includes/jplayer_style_plugin.inc \jplayer_style_plugin::theme_functions()
@todo Please document this function.
Overrides views_plugin::theme_functions
See also
File
- includes/
jplayer_style_plugin.inc, line 157 - Display style plugin for Views that renders rows as a jPlayer playlist.
Class
- jplayer_style_plugin
- Style plugin to display a jPlayer playlist.
Code
function theme_functions() {
// TODO: Should this theme functions be declared in hook_theme()?
return array(
'jplayer',
);
}