aboutsummaryrefslogtreecommitdiff
path: root/template/room.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'template/room.phtml')
-rw-r--r--template/room.phtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/room.phtml b/template/room.phtml
index 25a7255..32b7d6c 100644
--- a/template/room.phtml
+++ b/template/room.phtml
@@ -54,8 +54,8 @@
</div>
<? endif ?>
<? if($room->hasSchedule()): ?>
- <div role="tabpanel" class="tab-pane" id="program">
- <? require("$assemblies/program.phtml") ?>
+ <div role="tabpanel" class="tab-pane" id="schedule">
+ <? require("$assemblies/schedule.phtml") ?>
</div>
<? endif ?>
<? if($room->hasFeedback()): ?>