aboutsummaryrefslogtreecommitdiff
path: root/template/assemblies/switcher/video.phtml
diff options
context:
space:
mode:
authorMaZderMind2014-10-19 12:17:07 +0200
committerMaZderMind2014-10-19 12:17:07 +0200
commit96cc9bdbc4814df560767537477c3f5bb09ba588 (patch)
tree4f582bf8a5be7feab98e426a5d4e1b65bdc8e77a /template/assemblies/switcher/video.phtml
parentf652ae2be38e74796ed63ba72e23fcb632818118 (diff)
matching icons
Diffstat (limited to '')
-rw-r--r--template/assemblies/switcher/video.phtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/assemblies/switcher/video.phtml b/template/assemblies/switcher/video.phtml
index bceb93c..ccfbaef 100644
--- a/template/assemblies/switcher/video.phtml
+++ b/template/assemblies/switcher/video.phtml
@@ -4,11 +4,11 @@
<li>
<span class="label filetype"><?=h(strtoupper($iter))?></span>
<a href="<?=h(link_player($room, $iter))?>">
- <span class="fa fa-download"></span>
+ <span class="fa fa-flag-o"></span>
native
</a>
<a href="<?=h(link_player($room, $iter, true))?>">
- <span class="fa fa-download"></span>
+ <span class="fa fa-flag"></span>
translated
</a>
</li>