This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
streaming-website
Watch
2
Star
0
Fork
You've already forked streaming-website
0
mirror of
https://github.com/voc/streaming-website
synced
2024-11-14 16:37:18 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
d2da3b7d84
streaming-website
/
view
/
not-started.php
6 lines
90 B
PHP
Raw
Normal View
History
Unescape
Escape
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.
2015-09-02 10:56:32 +00:00
<
?
php
echo
$tpl
->
render
(
array
(
rename "not started yet"-page to fit conventions
2015-09-02 14:01:42 +00:00
'page'
=>
'not-started'
,
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.
2015-09-02 10:56:32 +00:00
'title'
=>
'See you soon!'
,
));
Reference in a new issue
Copy permalink