You are here

function audiofield_theme in AudioField 7

Same name and namespace in other branches
  1. 8 audiofield.module \audiofield_theme()

Implements hook_theme().

File

./audiofield.module, line 75
Audio Field module for displaying audio files as usable players.

Code

function audiofield_theme() {

  // We keep this info in the players file for easier reading.
  return _audiofield_theme();
}