Unhardcode premium style player

Had this is for testing purposes
This commit is contained in:
drigato 2015-06-03 10:02:27 -04:00
parent 3bf6619696
commit 3de1d90241
3 changed files with 6 additions and 7 deletions

View file

@ -323,7 +323,7 @@
<body>
<div id="player" style="display:none;">
<div id="player" <?php if ($this->player_style == "basic") echo "style='display:block;'"; else echo "style='display:none'"; ?>>
<div class="airtime_player">
<div class="airtime_header">
@ -353,7 +353,7 @@
</div>
</div>
<div id="premium_player" style="display:block;">
<div id="premium_player" <?php if ($this->player_style == "premium") echo "style='display:block;'"; else echo "style='display:none'"; ?>>
<div class="bottom_bar">
<div class="play cont_btn"></div>

View file

@ -25,7 +25,7 @@
</form>
</div>
<iframe id="player_iframe" frameborder="0" width="100%" style="bottom:0px; left:0px; position:fixed; right:0px;" src=<?php echo $this->stationUrl."embed/player?stream=auto&title=Staging1";?>></iframe>
<iframe id="player_iframe" frameborder="0" width="100%" style="bottom:0px; left:0px; position:fixed; right:0px;" src=<?php echo $this->stationUrl."embed/player?stream=auto&title=Staging1&style=premium";?>></iframe>
</div>