You are here

function jplayer_style_plugin::theme_functions in jPlayer 7.2

Same name and namespace in other branches
  1. 6 includes/jplayer_style_plugin.inc \jplayer_style_plugin::theme_functions()

@todo Please document this function.

Overrides views_plugin::theme_functions

See also

http://drupal.org/node/1354

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',
  );
}