aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/gpn17/config.php
diff options
context:
space:
mode:
Diffstat (limited to 'configs/conferences/gpn17/config.php')
-rw-r--r--configs/conferences/gpn17/config.php7
1 files changed, 6 insertions, 1 deletions
diff --git a/configs/conferences/gpn17/config.php b/configs/conferences/gpn17/config.php
index be6f37d..71658ea 100644
--- a/configs/conferences/gpn17/config.php
+++ b/configs/conferences/gpn17/config.php
@@ -78,6 +78,11 @@ $CONFIG['CONFERENCE'] = array(
//'BANNER_HTML' => '',
/**
+ * Zusätzlich einzubindendendes HTML
+ */
+ 'ADDITIONAL_HTML' => file_get_contents(dirname(__FILE__).'/gema-nach-hause.html'),
+
+ /**
* Link zu den Recordings
* Wird diese Zeile auskommentiert, wird der Link nicht angezeigt
*/
@@ -383,7 +388,7 @@ $CONFIG['ROOMS'] = array(
'lounge' => array(
'DISPLAY' => 'Lounge',
- 'STREAM' => 'lounge',
+ 'STREAM' => 'nope',
'PREVIEW' => false,
'TRANSLATION' => false,