diff options
author | Ike | 2019-10-11 23:08:22 +0200 |
---|---|---|
committer | Ike | 2019-10-11 23:09:14 +0200 |
commit | e5597690336834b6aa53d7607bb84b0938a2dd01 (patch) | |
tree | 823b3c08117e34a39e5cf45daef4372437467672 /configs/conferences | |
parent | 06583183ab51094b3bf38ec34503f907047c2fcb (diff) |
Sonoj2019: override not-started-yet page content
Diffstat (limited to '')
-rwxr-xr-x | configs/conferences/sonoj2019/config.php | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/configs/conferences/sonoj2019/config.php b/configs/conferences/sonoj2019/config.php index a8fb360..97cfc13 100755 --- a/configs/conferences/sonoj2019/config.php +++ b/configs/conferences/sonoj2019/config.php @@ -78,6 +78,23 @@ $CONFIG['CONFERENCE'] = array( 'BANNER_HTML' => '<div class="logo"></div>', /** + * HTML-Code für die 'Event has not started yet' Seite. Ersetzt den Standardtext. + */ + 'NOT_STARTED_HTML' => ' + <h1>Sonoj 2019 has not started yet</h1> + + <p> + Live streams will be available here throughout the + event. During and leading up to the event + <a href="ircs://chat.freenode.net/sonoj">#sonoj on Freenode</a> + will be a place for discussion and questions. + If you do not have an IRC client installed, try out + <a href="https://webchat.freenode.net/">freenode webchat</a>. + So even if you are not able to visit in person, + please feel free to participate remotely. + </p>', + + /** * Link zu den Recordings * Wird diese Zeile auskommentiert, wird der Link nicht angezeigt */ |