Radio Page fixes

Added scrolling back to radio page
This commit is contained in:
drigato 2015-06-15 15:03:34 -04:00
parent 507268a563
commit 0c4888fbd6
3 changed files with 6 additions and 4 deletions

View file

@ -17,8 +17,8 @@
</div>
<div id="tab-1" class="schedule tab_content current">
<?php echo $this->action('weekly-program','embed', 'default', array('style' => 'premium', 'useiframe' => '1')); ?>
<!--<iframe id="schedule_iframe" height="300px" scrolling="no" frameborder="0" src=<?php /*echo $this->stationUrl."embed/weekly-program?style=premium"*/?>></iframe>-->
<?php //echo $this->action('weekly-program','embed', 'default', array('style' => 'premium', 'useiframe' => '1')); ?>
<iframe id="schedule_iframe" height="500px" scrolling="no" frameborder="0" src=<?php echo $this->stationUrl."embed/weekly-program?style=premium"?>></iframe>
</div>