aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIke2019-10-11 23:08:22 +0200
committerIke2019-10-11 23:09:14 +0200
commite5597690336834b6aa53d7607bb84b0938a2dd01 (patch)
tree823b3c08117e34a39e5cf45daef4372437467672
parent06583183ab51094b3bf38ec34503f907047c2fcb (diff)
Sonoj2019: override not-started-yet page content
-rwxr-xr-xconfigs/conferences/sonoj2019/config.php17
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
*/