From 913bb4f2705ede4b797b4f338fa11975423f3f20 Mon Sep 17 00:00:00 2001
From: MaZderMind
Date: Mon, 15 Dec 2014 23:48:59 +0100
Subject: move up
---
template/assemblies/switcher/miniroom-video.phtml | 8 ++++----
template/assemblies/switcher/video.phtml | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
(limited to 'template/assemblies')
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 @@
+ include("$assemblies/desktop-player.phtml") ?>
+
+
+
foreach(array('rtmp', 'hls') as $protocol): ?>
Directlinks (=h(strtoupper($protocol))?>)
@@ -46,7 +50,3 @@
endforeach ?>
-
-
-
- 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 @@
+ include("$assemblies/desktop-player.phtml") ?>
+
+
+
foreach(array('rtmp', 'hls') as $protocol): ?>
Directlinks (=h(strtoupper($protocol))?>)
@@ -58,7 +62,3 @@
endforeach ?>
-
-
-
- include("$assemblies/desktop-player.phtml") ?>
--
cgit v1.2.3