streaming-website/view/about.php
2015-03-14 13:46:47 +01:00

6 lines
89 B
PHP

<?php
echo $tpl->render(array(
'page' => 'about',
'title' => 'About the Streams',
));