aboutsummaryrefslogtreecommitdiff
path: root/view/not_started.php
blob: ce4767c9c4382e5504cee1de77a9f5367f36134d (plain)
1
2
3
4
5
<?php
echo $tpl->render(array(
	'page' => 'not_started',
	'title' => 'See you soon!',
));