summaryrefslogtreecommitdiffstats
path: root/templates/show_index.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/show_index.inc.php')
-rw-r--r--templates/show_index.inc.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/show_index.inc.php b/templates/show_index.inc.php
index 17021597..f9536acf 100644
--- a/templates/show_index.inc.php
+++ b/templates/show_index.inc.php
@@ -19,6 +19,14 @@
*/
?>
+<?php
+if (isset($_REQUEST['xspf']) && isset ($_REQUEST['play_info'])){
+
+require_once(conf('prefix') . '/templates/show_embed_xspf.inc.php');
+}
+
+?>
+
<div id="np_data">
<?php show_now_playing(); ?>
</div> <!-- Close Now Playing Div -->