diff options
-rw-r--r-- | template/room.phtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/room.phtml b/template/room.phtml index 78d470d..e496050 100644 --- a/template/room.phtml +++ b/template/room.phtml @@ -4,9 +4,9 @@ <ul class="nav nav-tabs nav-justified"> <? if($miniroom) - $tabs = array('video', 'audio', 'slides'); - else $tabs = array('video', 'audio'); + else + $tabs = array('video', 'audio', 'slides'); ?> <? foreach($tabs as $iter): ?> <li |