/[drupal]/contributions/modules/mp3player/README.txt
ViewVC logotype

Diff of /contributions/modules/mp3player/README.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1.2.4, Sun Jul 19 16:24:04 2009 UTC revision 1.1.2.5, Mon Oct 12 22:36:23 2009 UTC
# Line 35  Custom Code Use Line 35  Custom Code Use
35    
36  Pop this code anywhere to insert an audio player.  Pop this code anywhere to insert an audio player.
37    
38  <?php print theme('mp3player', 'Default', $audio_file_url, $audio_title, $audio_artist, $description); ?>  <?php if (module_exists('mp3player')) { print theme('mp3player', 'Default', $audio_file_url, $audio_title, $audio_artist, $description); } ?>
39    
40  ==============================  ==============================
41  The Future  The Future

Legend:
Removed from v.1.1.2.4  
changed lines
  Added in v.1.1.2.5

  ViewVC Help
Powered by ViewVC 1.1.2