Merge branch 'saas-dev-publishing' of github.com:sourcefabric/airtime into saas-dev-publishing
This commit is contained in:
commit
28d378abfa
|
@ -80,6 +80,9 @@ class IndexController extends Zend_Controller_Action
|
||||||
$url = $stationPodcast->getDbUrl();
|
$url = $stationPodcast->getDbUrl();
|
||||||
$this->view->stationPodcastRssUrl = $url;
|
$this->view->stationPodcastRssUrl = $url;
|
||||||
|
|
||||||
|
$stationName = Application_Model_Preference::GetStationName();
|
||||||
|
$this->view->podcastTitle = sprintf(_("%s Podcast"), !empty($stationName) ? $stationName : $CC_CONFIG["stationId"]);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public function mainAction()
|
public function mainAction()
|
||||||
|
|
|
@ -55,7 +55,7 @@
|
||||||
<?php
|
<?php
|
||||||
if ($this->displayRssTab) {?>
|
if ($this->displayRssTab) {?>
|
||||||
<div id="tab-4" class="podcast tab_content">
|
<div id="tab-4" class="podcast tab_content">
|
||||||
<h2><?php echo _("Radio Podcast") ?><a target="_blank" href="<?php echo $this->stationPodcastRssUrl ?>" class="rss_icon"><span>Subscribe </span><img src="css/radio-page/img/rss.png"></a></h2>
|
<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 id="jquery_jplayer_1" class="jp-player">
|
<div id="jquery_jplayer_1" class="jp-player">
|
||||||
|
|
Loading…
Reference in New Issue