aboutsummaryrefslogtreecommitdiff
path: root/view/not-started.php
diff options
context:
space:
mode:
authorFlorian Larysch2015-09-02 16:01:42 +0200
committerFlorian Larysch2015-09-02 16:01:42 +0200
commit2e9c619615c73824d726984c494901efea7fff88 (patch)
treef38526f6f53134612b294dcb5642e79ac71d9d62 /view/not-started.php
parente3fadc15c094902e432197e62a5d7b84363efd1d (diff)
rename "not started yet"-page to fit conventions
Diffstat (limited to '')
-rw-r--r--view/not-started.php (renamed from view/not_started.php)2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/not_started.php b/view/not-started.php
index ce4767c..c132a76 100644
--- a/view/not_started.php
+++ b/view/not-started.php
@@ -1,5 +1,5 @@
<?php
echo $tpl->render(array(
- 'page' => 'not_started',
+ 'page' => 'not-started',
'title' => 'See you soon!',
));