aboutsummaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorMaZderMind2014-12-15 23:48:59 +0100
committerMaZderMind2014-12-15 23:48:59 +0100
commit913bb4f2705ede4b797b4f338fa11975423f3f20 (patch)
tree3f750bb1ab2b97ddc0952933caa2696d37e6a82b /template
parent18086d7082969be4daff9482a7aacfecf770f92d (diff)
move up
Diffstat (limited to 'template')
-rw-r--r--template/assemblies/switcher/miniroom-video.phtml8
-rw-r--r--template/assemblies/switcher/video.phtml8
2 files changed, 8 insertions, 8 deletions
diff --git a/template/assemblies/switcher/miniroom-video.phtml b/template/assemblies/switcher/miniroom-video.phtml
index fa22804..e2f807f 100644
--- a/template/assemblies/switcher/miniroom-video.phtml
+++ b/template/assemblies/switcher/miniroom-video.phtml
@@ -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") ?>
diff --git a/template/assemblies/switcher/video.phtml b/template/assemblies/switcher/video.phtml
index fdf59fd..e4fcc5b 100644
--- a/template/assemblies/switcher/video.phtml
+++ b/template/assemblies/switcher/video.phtml
@@ -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") ?>