|
From: Florin C B. <ory...@us...> - 2013-05-29 05:00:45
|
Update of /cvsroot/mxbb/mx_shotcast In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv29557 Modified Files: radioplayer.php Log Message: the other blocks for mx_shotcast page Index: radioplayer.php =================================================================== RCS file: /cvsroot/mxbb/mx_shotcast/radioplayer.php,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** radioplayer.php 28 May 2013 07:14:33 -0000 1.12 --- radioplayer.php 29 May 2013 05:00:43 -0000 1.13 *************** *** 100,104 **** <div id=\"iframe \" class=\"controls\"> ! <IFRAME src=\"".$module_root_path."includes/cur_song.".$phpEx."#\" name=\"embedFrame\" ID=\"embedFrame\" width=\"100\" height=\"0\" scrolling=\"no\" style=\"width:100%;height:0px;border:0px dotted #BEBEBE;\">Sorry, your browser doesn't seem to support IFrames!</iframe> </div> --- 100,104 ---- <div id=\"iframe \" class=\"controls\"> ! <IFRAME src=\"".$module_root_path."includes/cur_song.".$phpEx.(isset($_GET['embed']) ? $_GET['embed'] : '')."#\" name=\"embedFrame\" ID=\"embedFrame\" width=\"100\" height=\"0\" scrolling=\"no\" style=\"width:100%;height:0px;border:0px dotted #BEBEBE;\">Sorry, your browser doesn't seem to support IFrames!</iframe> </div> |