mirror of
https://github.com/voc/streaming-website
synced 2024-11-10 14:44:21 +00:00
6 lines
89 B
PHP
6 lines
89 B
PHP
<?php
|
|
|
|
echo $tpl->render(array(
|
|
'page' => 'about',
|
|
'title' => 'About the Streams',
|
|
));
|