From bdccd2f11facd96e613cd765cd899adf487216f6 Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Thu, 17 Dec 2015 11:50:06 +0100 Subject: [32C3] add dome --- configs/conferences/32c3/config.php | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'configs/conferences/32c3') 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( -- cgit v1.2.3