aboutsummaryrefslogtreecommitdiff
path: root/view/not_started.php
diff options
context:
space:
mode:
Diffstat (limited to 'view/not_started.php')
-rw-r--r--view/not_started.php5
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!',
+));