diff options
Diffstat (limited to '')
-rw-r--r-- | template/assemblies/switcher/party.phtml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/template/assemblies/switcher/party.phtml b/template/assemblies/switcher/party.phtml deleted file mode 100644 index 64c3d87..0000000 --- a/template/assemblies/switcher/party.phtml +++ /dev/null @@ -1,12 +0,0 @@ -<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> |