From 7a5c8ff018936ed7328042c88a2edae3c29d91be Mon Sep 17 00:00:00 2001 From: Florian Larysch Date: Wed, 2 Sep 2015 12:56:32 +0200 Subject: Automatically open/close conference based on time. Toggle the 'closed' bit based on the current time, rather than manually setting it in the config. This patch also adds a distinction between the time before the conference and after: Different pages will be displayed as to not confuse the user. --- view/not_started.php | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 view/not_started.php (limited to 'view/not_started.php') diff --git a/view/not_started.php b/view/not_started.php new file mode 100644 index 0000000..ce4767c --- /dev/null +++ b/view/not_started.php @@ -0,0 +1,5 @@ +render(array( + 'page' => 'not_started', + 'title' => 'See you soon!', +)); -- cgit v1.2.3