Parent Directory
|
Revision Log
|
Revision Graph
|
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 |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |