function audiofield_premium_beat_thin in AudioField 7
Callback function for AudioField Premium Beat thin player.
1 string reference to 'audiofield_premium_beat_thin'
- audiofield_players in ./
audiofield.players.inc  - Implements hook_audiofield_players().
 
File
- ./
audiofield.players.inc, line 308  - Declares the available audio players for the Audio Field module.
 
Code
function audiofield_premium_beat_thin($player_path, $audio_file) {
  return theme('audiofield_players_premium_beat_thin', array(
    'player_path' => $player_path,
    'audio_file' => $audio_file,
  ));
}