diff options
Diffstat (limited to 'includes/inc_mp3.php')
-rwxr-xr-x | includes/inc_mp3.php | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/includes/inc_mp3.php b/includes/inc_mp3.php index 162ebcb..9e3cd62 100755 --- a/includes/inc_mp3.php +++ b/includes/inc_mp3.php @@ -1,6 +1,11 @@ <?php -print "<body class=\"ipodlist\">\r\n"; +$play =$_REQUEST['play']; +if ($play == "") + print "<body class=\"ipodlist\">\r\n"; +else + print "<body class=\"ipodlist\" onload=\"javascript:Document.s{$play}.Play()\">\r\n"; + print "<div id=\"topbar\" class=\"transparent\">\r\n"; print "<div id=\"leftnav\">\r\n"; print " <a href=\"javascript:sendForm('getback')\">Back</a>\r\n"; |