aboutsummaryrefslogtreecommitdiff
path: root/template/room.phtml
diff options
context:
space:
mode:
authorMaZderMind2015-04-06 00:28:03 +0200
committerMaZderMind2015-04-06 00:28:03 +0200
commit8f14dd9084b10c223508bc9948c5724fc2c9eb63 (patch)
tree9ff0ef30da4a08b7a6f50a3d91afee83ea01479a /template/room.phtml
parentac263c7672d78151ffdf2990dd98127cee572717 (diff)
Audio & Video-Player Embeding
Diffstat (limited to 'template/room.phtml')
-rw-r--r--template/room.phtml10
1 files changed, 10 insertions, 0 deletions
diff --git a/template/room.phtml b/template/room.phtml
index 32b7d6c..8ce8d81 100644
--- a/template/room.phtml
+++ b/template/room.phtml
@@ -42,6 +42,11 @@
<a href="#feedback" role="tab" data-toggle="tab">Feedback</a>
</li>
<? endif ?>
+ <? if($room->hasEmbed()): ?>
+ <li>
+ <a href="#embed" role="tab" data-toggle="tab">Embed</a>
+ </li>
+ <? endif ?>
</ul>
<div class="functions-wrap tab-content">
@@ -63,5 +68,10 @@
<? require("$assemblies/feedback.phtml") ?>
</div>
<? endif ?>
+ <? if($room->hasEmbed()): ?>
+ <div role="tabpanel" class="tab-pane" id="embed">
+ <? require("$assemblies/embed-form.phtml") ?>
+ </div>
+ <? endif ?>
</div>
</div>