From 2e9c619615c73824d726984c494901efea7fff88 Mon Sep 17 00:00:00 2001 From: Florian Larysch Date: Wed, 2 Sep 2015 16:01:42 +0200 Subject: rename "not started yet"-page to fit conventions --- view/not-started.php | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 view/not-started.php (limited to 'view/not-started.php') diff --git a/view/not-started.php b/view/not-started.php new file mode 100644 index 0000000..c132a76 --- /dev/null +++ b/view/not-started.php @@ -0,0 +1,5 @@ +render(array( + 'page' => 'not-started', + 'title' => 'See you soon!', +)); -- cgit v1.2.3