streaming-website/view/allconferences.php

8 lines
152 B
PHP

<?php
echo $tpl->render(array(
'page' => 'allconferences',
'title' => 'Multiple Events',
'conferences' => Conferences::getActiveConferences(),
));