aboutsummaryrefslogtreecommitdiff
path: root/template/assemblies/switcher/audio.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'template/assemblies/switcher/audio.phtml')
-rw-r--r--template/assemblies/switcher/audio.phtml14
1 files changed, 14 insertions, 0 deletions
diff --git a/template/assemblies/switcher/audio.phtml b/template/assemblies/switcher/audio.phtml
new file mode 100644
index 0000000..31bb3f0
--- /dev/null
+++ b/template/assemblies/switcher/audio.phtml
@@ -0,0 +1,14 @@
+<h3>Audio</h3>
+<ul>
+ <li>
+ <span class="label filetype">MP3</span>
+ <a href="<?=h(link_player($room, 'audio'))?>">
+ <span class="fa fa-download"></span>
+ native
+ </a>
+ <a href="<?=h(link_player($room, 'audio', true))?>">
+ <span class="fa fa-download"></span>
+ translated
+ </a>
+ </li>
+</ul>