blob: 9a60556aa5c442b722453ec720fa379734ddd1eb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<h3>Directlinks</h3>
<ul>
<? foreach(array('mp3', 'opus') as $iter): ?>
<li>
<span class="label filetype" title="<?=h(format_text($iter))?>"><?=h(strtoupper($iter))?></span>
<a href="<?=h(link_stream('audio', $room, $iter))?>">
<span class="fa fa-music"></span>
livemusic
</a>
</li>
<? endforeach ?>
</ul>
|