diff options
author | pb1dft <pb1dft@ampache> | 2008-02-25 23:19:07 +0000 |
---|---|---|
committer | pb1dft <pb1dft@ampache> | 2008-02-25 23:19:07 +0000 |
commit | 9c591955e23284080caae01dd4a1bea723788283 (patch) | |
tree | 0b2f273239de9fddf13468da9e4952e0aadc2f1e /templates/show_index.inc.php | |
parent | 76387698e77d3b8409d1856d1883fa23387f571e (diff) | |
download | ampache-9c591955e23284080caae01dd4a1bea723788283.tar.gz ampache-9c591955e23284080caae01dd4a1bea723788283.tar.bz2 ampache-9c591955e23284080caae01dd4a1bea723788283.zip |
Modification for embedded Flash player (Still Broken)
Diffstat (limited to 'templates/show_index.inc.php')
-rw-r--r-- | templates/show_index.inc.php | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/templates/show_index.inc.php b/templates/show_index.inc.php index ee231859..3f56d73e 100644 --- a/templates/show_index.inc.php +++ b/templates/show_index.inc.php @@ -19,11 +19,15 @@ */ ?> +<div id="xspf_player"><!-- Start XSPF Player --> <?php -if (isset($_REQUEST['xspf']) && isset ($_REQUEST['play_info'])){ - require_once Config::get('prefix') . '/templates/show_embed_xspf.inc.php'; -} + if (isset($_REQUEST['xspf']) && isset ($_REQUEST['tmpplaylist_id'])){ + require_once Config::get('prefix') . '/templates/show_embed_xspf.inc.php'; + } ?> +</div><!-- End XSPF Player --> + + <div id="now_playing"> <?php show_now_playing(); ?> |