diff options
author | MaZderMind | 2015-12-23 11:17:59 +0100 |
---|---|---|
committer | MaZderMind | 2015-12-23 11:17:59 +0100 |
commit | 8a99831fd1ef44c5de0d689d6796a67ebfbd42bf (patch) | |
tree | 2175b8a0f3377fea1aeb4fb90c9da5f05217b037 | |
parent | 44ed963ca873fb7cda35e56ff6b11887c257ad1b (diff) |
expose per-conference not-started route, which allways shows the not-started view
Diffstat (limited to '')
-rw-r--r-- | index.php | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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)) |