aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.php2
-rw-r--r--template/not-started.phtml (renamed from template/not_started.phtml)0
-rw-r--r--view/not-started.php (renamed from view/not_started.php)2
3 files changed, 2 insertions, 2 deletions
diff --git a/index.php b/index.php
index bcdaf57..e766f54 100644
--- a/index.php
+++ b/index.php
@@ -67,7 +67,7 @@ try {
else if(!$conference->hasBegun())
{
- require('view/not_started.php');
+ require('view/not-started.php');
}
else if($conference->hasEnded())
diff --git a/template/not_started.phtml b/template/not-started.phtml
index a434f02..a434f02 100644
--- a/template/not_started.phtml
+++ b/template/not-started.phtml
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!',
));