Improve podcast title on radio page
This commit is contained in:
parent
08afb54f89
commit
90ac6367e4
2 changed files with 4 additions and 1 deletions
|
@ -55,7 +55,7 @@
|
|||
<?php
|
||||
if ($this->displayRssTab) {?>
|
||||
<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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue