summaryrefslogtreecommitdiffstats
path: root/templates/show_index.inc.php
diff options
context:
space:
mode:
authorpb1dft <pb1dft@ampache>2007-03-07 22:22:08 +0000
committerpb1dft <pb1dft@ampache>2007-03-07 22:22:08 +0000
commit6fa5b901d5ee2e37cdedecdb042f8a7861945402 (patch)
tree878824b43afd0104479c954a1f46857cdd691ad9 /templates/show_index.inc.php
parent486be50eb56ade00989c31704a0f637d453a8b0c (diff)
downloadampache-6fa5b901d5ee2e37cdedecdb042f8a7861945402.tar.gz
ampache-6fa5b901d5ee2e37cdedecdb042f8a7861945402.tar.bz2
ampache-6fa5b901d5ee2e37cdedecdb042f8a7861945402.zip
Embedded the flash player & fix for admin>users
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 -->