2016-08-21 10:16:00 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
echo $tpl->render(array(
|
|
|
|
'page' => 'schedule',
|
|
|
|
'title' => 'Schedule-Übersicht',
|
|
|
|
|
2016-08-21 13:57:39 +00:00
|
|
|
'refresh' => 15*60,
|
2016-12-10 17:22:34 +00:00
|
|
|
'schedule' => $conference->getSchedule(),
|
2016-08-21 10:16:00 +00:00
|
|
|
));
|