diff --git a/template/room.phtml b/template/room.phtml
index 78d470df..e496050a 100644
--- a/template/room.phtml
+++ b/template/room.phtml
@@ -4,9 +4,9 @@
if($miniroom)
- $tabs = array('video', 'audio', 'slides');
- else
$tabs = array('video', 'audio');
+ else
+ $tabs = array('video', 'audio', 'slides');
?>
foreach($tabs as $iter): ?>