diff options
Diffstat (limited to '')
-rw-r--r-- | template/room.phtml | 2 |
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'); |