diff options
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/32c3/config.php | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/configs/conferences/32c3/config.php b/configs/conferences/32c3/config.php index 512672b..0ab030c 100644 --- a/configs/conferences/32c3/config.php +++ b/configs/conferences/32c3/config.php @@ -123,6 +123,7 @@ $GLOBALS['CONFIG']['OVERVIEW'] = array( 'Live Podcasts' => array( 'sendezentrum', 'podcastertisch', + 'congressradio', ), ), ); @@ -475,6 +476,17 @@ $GLOBALS['CONFIG']['ROOMS'] = array( 'IRC' => false, 'TWITTER' => true, ), + 'congressradio' => array( + 'DISPLAY' => 'Congress-Radio', + 'STREAM' => 'congressradio', + 'MUSIC' => true, + + 'SCHEDULE' => true, + 'FEEDBACK' => true, + 'EMBED' => true, + 'IRC' => false, + 'TWITTER' => true, + ), ); |