Add station rss subscribe link to radio page

This commit is contained in:
drigato 2015-11-05 20:46:33 -05:00
parent e496072541
commit 093de68edb
3 changed files with 38 additions and 8 deletions

View file

@ -60,6 +60,10 @@ class IndexController extends Zend_Controller_Action
$this->view->episodes = json_encode($episodes);
$this->view->displayRssTab = (!Application_Model_Preference::getStationPodcastPrivacy());
$stationPodcast = PodcastQuery::create()->findOneByDbId($stationPodcastId);
$url = $stationPodcast->getDbUrl();
$this->view->stationPodcastRssUrl = $url;
}
public function mainAction()

View file

@ -54,7 +54,8 @@
<?php
if ($this->displayRssTab) {?>
<div id="tab-4" class="station_rss tab_content">
<div id="tab-4" class="podcast tab_content">
<h2><?php echo _("Radio Archive") ?><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 id="jquery_jplayer_1" class="jp-player">
</div>
<div id="jp_container_1" class="jp-audio">