aboutsummaryrefslogtreecommitdiff
path: root/pages/relive.php
blob: 33e0d5a626ac3c1b5fbb7fb5253cb30927a1a1b3 (plain)
1
2
3
4
5
6
7
8
9
<?php

require_once('lib/bootstrap.php');

echo $tpl->render(array(
	'page' => 'relive',
	'title' => 'Relive!',
	'talks' => relive_talks(),
));