blob: 64c3d87873defba6fe3c685b0c4bf613a2815e2b (
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('party-'.$iter))?>"><?=h(strtoupper($iter))?></span>
<a href="<?=h(link_stream('audio', $room, $iter))?>">
<span class="fa fa-music"></span>
livemusic
</a>
</li>
<? endforeach ?>
</ul>
|