aboutsummaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorMaZderMind2014-12-28 00:49:35 +0100
committerMaZderMind2014-12-28 00:49:35 +0100
commit81af82d863b455f28a82942697533ee840408e29 (patch)
tree5fb7d96255fdfe108f8711e4ff17c416d9eee52d /template
parentdc0af5c2a5fe6a3f6c11c3dce9aee9c0c19cc47d (diff)
remove slidestream from saal6
Diffstat (limited to 'template')
-rw-r--r--template/room.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/room.phtml b/template/room.phtml
index c0b985e..1a057f2 100644
--- a/template/room.phtml
+++ b/template/room.phtml
@@ -3,7 +3,7 @@
<ul class="nav nav-tabs nav-justified">
<?
- if($miniroom)
+ if($miniroom || $room == 'saal6')
$tabs = array('video', 'audio');
else
$tabs = array('video', 'audio', 'slides');