Merge branch 'saas-dev-publishing' of github.com:sourcefabric/airtime into saas-dev-publishing

This commit is contained in:
Duncan Sommerville 2015-11-16 14:23:16 -05:00
commit a34d74e7ce
2 changed files with 44 additions and 10 deletions

View file

@ -55,8 +55,14 @@
<?php
if ($this->displayRssTab) {?>
<div id="tab-4" class="podcast tab_content">
<h2><?php echo $this->podcastTitle ?><a target="_blank" href="<?php echo $this->stationPodcastRssUrl ?>" class="rss_icon"><span>Subscribe </span><img src="css/radio-page/img/rss.png"></a></h2>
<div class="rss-title-wrapper">
<div id="rss-title">
<?php echo $this->podcastTitle ?>
</div>
<div id="rss-subscribe">
<a target="_blank" href="<?php echo $this->stationPodcastRssUrl ?>" class="rss_icon"><span>Subscribe </span><img src="css/radio-page/img/rss.png"></a>
</div>
</div>
<div id="jquery_jplayer_1" class="jp-player">
</div>