Index: audio.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/audio/audio.module,v retrieving revision 1.155 diff -u -F^function -r1.155 audio.module --- audio.module 14 May 2009 19:13:23 -0000 1.155 +++ audio.module 16 Oct 2009 23:14:06 -0000 @@ -179,6 +179,13 @@ function audio_theme() { 'file' => $name .'.inc', 'path' => $player_path, ); + if (!empty($player['theme_xspf'])) { + $theme[$player['theme_xspf']] = array( + 'arguments' => array('path', 'options'), + 'file' => $name .'.inc', + 'path' => $player_path, + ); + } } } return $theme;