mirror of
https://github.com/voc/streaming-website
synced 2024-11-10 14:44:21 +00:00
8 lines
119 B
PHP
8 lines
119 B
PHP
<?php
|
|
|
|
echo $tpl->render(array(
|
|
'page' => 'overview',
|
|
'title' => 'Live-Streams',
|
|
|
|
'overview' => new Overview(),
|
|
));
|