aboutsummaryrefslogtreecommitdiff
path: root/view/allconferences.php
blob: 8cce0734ee74a8f63290c8d5ddd1affa7abce4c1 (plain)
1
2
3
4
5
6
7
8
<?php

echo $tpl->render(array(
	'page' => 'allconferences',
	'title' => 'Multiple Conferences',

	'conferences' => Conferences::getActiveConferences(),
));