Browse Source

Change radio theme / extension to use bump in voice over link text

pull/40/head
Benjamin Southall 7 years ago
parent
commit
93289172a4
  1. 2
      templates/themes/radio/radio.html

2
templates/themes/radio/radio.html

@ -124,7 +124,7 @@ $(document).ready(function(){
{% endfor %}
<em>Your browser lacks support for OGG Vorbis files. Please open the M3U file or XSPF file in a multimedia player.</em>
</audio>
<p style="text-align:center;"> To upload a voice-over to radio click <a href="{{ settings.httpprefix ~ 'voice.html'}}" >here </a> </p>
<p style="text-align:center;"> To upload a voice-over / bump to radio click <a href="{{ settings.httpprefix ~ 'bump.html'}}" >here </a> </p>
</div>
<div class="pages"></div>
<script type="text/javascript">{% raw %}

Loading…
Cancel
Save