streaming-website/view/allconferences.php

9 lines
152 B
PHP
Raw Normal View History

2015-11-08 15:31:29 +00:00
<?php
echo $tpl->render(array(
'page' => 'allconferences',
'title' => 'Multiple Events',
2015-11-08 15:31:29 +00:00
'conferences' => Conferences::getActiveConferences(),
));