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