streaming-website/view/not-started.php
2015-09-02 16:01:42 +02:00

5 lines
90 B
PHP

<?php
echo $tpl->render(array(
'page' => 'not-started',
'title' => 'See you soon!',
));