diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-10-30 04:46:45 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-10-30 04:46:45 +0000 |
commit | 598a200b969da093a99153173129257da080f71b (patch) | |
tree | b9b12acc57a92063b3227f7dc495e62749449f19 /templates | |
parent | 07ad109268f038880d1bd1d4cda299cbff59b83a (diff) | |
download | ampache-598a200b969da093a99153173129257da080f71b.tar.gz ampache-598a200b969da093a99153173129257da080f71b.tar.bz2 ampache-598a200b969da093a99153173129257da080f71b.zip |
ok this is ugly but it works
Diffstat (limited to 'templates')
-rw-r--r-- | templates/show_now_playing.inc | 2 | ||||
-rw-r--r-- | templates/show_xspf_player.inc.php | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/templates/show_now_playing.inc b/templates/show_now_playing.inc index db9fefd9..2f06dece 100644 --- a/templates/show_now_playing.inc +++ b/templates/show_now_playing.inc @@ -29,7 +29,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. if (count($results)) { ?> -<table class="box" cellspacing="0" cellpadding="0" style="width:625px;"> +<table class="box" cellspacing="0"> <tr> <td class="box-left-top"></td> <td class="box-top"></td> diff --git a/templates/show_xspf_player.inc.php b/templates/show_xspf_player.inc.php index f0494cb2..0602c4dd 100644 --- a/templates/show_xspf_player.inc.php +++ b/templates/show_xspf_player.inc.php @@ -19,7 +19,6 @@ */ ?> - <html> <head><title>Ampache XSPF Player</title></head> <body style="margin:0px; padding:0px; border:0px;"> @@ -28,7 +27,7 @@ <param name="movie" value="<?php echo conf('web_path'); ?>/modules/flash/xspf_player.swf?playlist_url=<?php echo conf('web_path'); ?>/song.php<?php echo $play_info; ?>&autoplay=true&autoload=true"/> <param name="quality" value="high"/> <param name="bgcolor" value="#E6E6E6"/> -<embed src="<?php echo conf('web_path'); ?>/modules/flash/xspf_player.swf?playlist_url=<?php echo conf('web_path'); ?>/song.php<?php echo $play_info; ?>&autoplay=true&autoload=true" quality="high" bgcolor="#E6E6E6" name="xspf_player" allowscriptaccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" align="center" height="168" width="400"></embed> +<embed src="<?php echo conf('web_path'); ?>/modules/flash/xspf_player.swf?playlist_url=<?php echo conf('web_path'); ?>/modules/flash/xspf_player.php<?php echo $play_info; ?>&autoplay=true&autoload=true" quality="high" bgcolor="#E6E6E6" name="xspf_player" allowscriptaccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" align="center" height="168" width="400"></embed> </object> </body> </html> |