diff options
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/32c3/config.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/configs/conferences/32c3/config.php b/configs/conferences/32c3/config.php index afc7208..af8592e 100644 --- a/configs/conferences/32c3/config.php +++ b/configs/conferences/32c3/config.php @@ -119,6 +119,7 @@ $GLOBALS['CONFIG']['OVERVIEW'] = array( 'Live Music' => array( 'lounge', 'ambient', + 'dome', 'chaos-west', ), 'Live Podcasts' => array( @@ -447,6 +448,12 @@ $GLOBALS['CONFIG']['ROOMS'] = array( 'MUSIC' => true, 'EMBED' => true, ), + 'dome' => array( + 'DISPLAY' => 'Dome', + 'STREAM' => 'dome', + 'MUSIC' => true, + 'EMBED' => true, + ), 'sendezentrum' => array( |