aboutsummaryrefslogtreecommitdiff
path: root/view/relive-player-netcut.php
blob: d453028a8e213ada428284645c37cbf4b526bc04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php

$relive = $conference->getRelive();
$talk = $relive->getTalk(intval($_GET['id']));

echo $tpl->render(array(
	'page' => 'relive-player-netcut',
	'title' => $talk['title'],
	'talk' => $talk,

	'width' => 1920,
	'height' => 1080,
));