function theme_jplayer_formatter_single in jPlayer 6
Themes single file.
File
- includes/
jplayer.theme.inc, line 10
Code
function theme_jplayer_formatter_single($element) {
if (isset($element['#item']['fid'])) {
jplayer_add();
return theme('jplayer_single', $element);
}
return '';
}