--- README.txt	2009-07-19 11:24:04.000000000 -0500
+++ README_new.txt	2009-08-07 10:10:05.000000000 -0500
@@ -35,7 +35,7 @@ Custom Code Use
 
 Pop this code anywhere to insert an audio player.
 
-<?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);} ?>
 
 ==============================
 The Future  
@@ -47,4 +47,4 @@ If you have any questions, issues, or fe
 Sponsorship 
 ==============================
 
-This module is sponsored by Alpha International (http://www.alpha.org), Holy Trinity Brompton (http://www.htb.org.uk) and CoreDesigns (http://www.coredesigns.co.uk)
\ No newline at end of file
+This module is sponsored by Alpha International (http://www.alpha.org), Holy Trinity Brompton (http://www.htb.org.uk) and CoreDesigns (http://www.coredesigns.co.uk)
