diff options
Diffstat (limited to 'view')
-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!', )); |