This commit is contained in:
MaZderMind 2014-12-15 23:48:59 +01:00
parent 18086d7082
commit 913bb4f270
2 changed files with 8 additions and 8 deletions

View file

@ -13,6 +13,10 @@
<hr />
<? include("$assemblies/desktop-player.phtml") ?>
<hr />
<? foreach(array('rtmp', 'hls') as $protocol): ?>
<h3>Directlinks (<?=h(strtoupper($protocol))?>)</h3>
<ul>
@ -46,7 +50,3 @@
</li>
<? endforeach ?>
</ul>
<hr />
<? include("$assemblies/desktop-player.phtml") ?>

View file

@ -17,6 +17,10 @@
<hr />
<? include("$assemblies/desktop-player.phtml") ?>
<hr />
<? foreach(array('rtmp', 'hls') as $protocol): ?>
<h3>Directlinks (<?=h(strtoupper($protocol))?>)</h3>
<ul>
@ -58,7 +62,3 @@
</li>
<? endforeach ?>
</ul>
<hr />
<? include("$assemblies/desktop-player.phtml") ?>