You are here

function jplayer_style_plugin::theme_functions in jPlayer 6

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

File

includes/jplayer_style_plugin.inc, line 138
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() {
  return array(
    'jplayer',
  );
}