mirror of
https://github.com/voc/streaming-website
synced 2024-11-14 00:17:18 +00:00
8 lines
152 B
PHP
8 lines
152 B
PHP
<?php
|
|
|
|
echo $tpl->render(array(
|
|
'page' => 'allconferences',
|
|
'title' => 'Multiple Events',
|
|
|
|
'conferences' => Conferences::getActiveConferences(),
|
|
));
|