Improve podcast title on radio page
This commit is contained in:
parent
08afb54f89
commit
90ac6367e4
2 changed files with 4 additions and 1 deletions
|
@ -80,6 +80,9 @@ class IndexController extends Zend_Controller_Action
|
|||
$url = $stationPodcast->getDbUrl();
|
||||
$this->view->stationPodcastRssUrl = $url;
|
||||
|
||||
$stationName = Application_Model_Preference::GetStationName();
|
||||
$this->view->podcastTitle = sprintf(_("%s Podcast"), !empty($stationName) ? $stationName : $CC_CONFIG["stationId"]);
|
||||
|
||||
}
|
||||
|
||||
public function mainAction()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue