diff options
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(); ?> |