You are here

function swftools_wpaudio_theme in SWF Tools 6.3

Implementation of hook_theme().

File

wpaudio/swftools_wpaudio.module, line 297
Enables SWF Tools support for the WordPress Audio player.

Code

function swftools_wpaudio_theme() {
  return array(
    'swftools_wpaudio_accessible' => array(
      'arguments' => array(
        'id' => NULL,
        'visible' => NULL,
      ),
    ),
  );
}