Display message on radio page if no podcast tracks have been published yet.
This commit is contained in:
parent
f2ce22a1fa
commit
5828361465
2 changed files with 42 additions and 35 deletions
|
@ -82,6 +82,7 @@ class IndexController extends Zend_Controller_Action
|
|||
|
||||
$stationName = Application_Model_Preference::GetStationName();
|
||||
$this->view->podcastTitle = sprintf(_("%s Podcast"), !empty($stationName) ? $stationName : $CC_CONFIG["stationId"]);
|
||||
$this->view->emptyPodcastMessage = _("No tracks have been published yet.");
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue