diff options
author | MaZderMind | 2015-12-17 11:50:06 +0100 |
---|---|---|
committer | MaZderMind | 2015-12-17 11:50:36 +0100 |
commit | bdccd2f11facd96e613cd765cd899adf487216f6 (patch) | |
tree | 829dfcd7abf192f5504ba8f14f1aa4f6a6226e31 | |
parent | a35d75c584b3c9647be3528f0b0d38ea0550af1d (diff) |
[32C3] add dome
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( |