mirror of
https://github.com/voc/streaming-website
synced 2024-11-10 14:44:21 +00:00
9 lines
168 B
PHP
9 lines
168 B
PHP
<?php
|
|
|
|
echo $tpl->render(array(
|
|
'page' => 'multiview',
|
|
'title' => 'Stream-Übersicht',
|
|
|
|
'rooms' => $conference->getRooms(),
|
|
'selection' => @$_GET['selection'],
|
|
));
|