From 8a99831fd1ef44c5de0d689d6796a67ebfbd42bf Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Wed, 23 Dec 2015 11:17:59 +0100 Subject: expose per-conference not-started route, which allways shows the not-started view --- index.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/index.php b/index.php index d044cfe..f16d5a5 100644 --- a/index.php +++ b/index.php @@ -153,6 +153,11 @@ try { require('view/schedule-json.php'); } + else if($route == 'not-started') + { + require('view/not-started.php'); + } + else if($route == 'gen/main.css') { if(Conferences::hasCustomStyles($mandator)) -- cgit v1.2.3