diff options
| author | MaZderMind | 2014-12-15 23:48:59 +0100 | 
|---|---|---|
| committer | MaZderMind | 2014-12-15 23:48:59 +0100 | 
| commit | 913bb4f2705ede4b797b4f338fa11975423f3f20 (patch) | |
| tree | 3f750bb1ab2b97ddc0952933caa2696d37e6a82b | |
| parent | 18086d7082969be4daff9482a7aacfecf770f92d (diff) | |
move up
Diffstat (limited to '')
| -rw-r--r-- | template/assemblies/switcher/miniroom-video.phtml | 8 | ||||
| -rw-r--r-- | template/assemblies/switcher/video.phtml | 8 | 
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") ?> | 
