diff options
Diffstat (limited to '')
-rw-r--r-- | view/not_started.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/view/not_started.php b/view/not_started.php new file mode 100644 index 0000000..ce4767c --- /dev/null +++ b/view/not_started.php @@ -0,0 +1,5 @@ +<?php +echo $tpl->render(array( + 'page' => 'not_started', + 'title' => 'See you soon!', +)); |