mirror of
https://github.com/voc/streaming-website
synced 2024-11-10 06:34:17 +00:00
enhance relive-player title
This commit is contained in:
parent
c95cd1104d
commit
ba4186b24b
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ $talk = $relive->getTalk(intval($_GET['id']));
|
|||
|
||||
echo $tpl->render(array(
|
||||
'page' => 'relive-player',
|
||||
'title' => 'Relive!',
|
||||
'title' => 'Relive: ' . $talk['title'],
|
||||
'talk' => $talk,
|
||||
|
||||
'width' => 1024,
|
||||
|
|
Loading…
Reference in a new issue