diff options
| author | MaZderMind | 2015-12-09 21:40:52 +0100 | 
|---|---|---|
| committer | MaZderMind | 2015-12-09 21:40:52 +0100 | 
| commit | f6e779c88d72888c52a69f2e38824bef603f3e4c (patch) | |
| tree | dbd3e6be805c81a187a6befa20669518ea2e9504 /configs/conferences | |
| parent | 4f4465b15dabc69a940aa5553f6288989a05de1f (diff) | |
[32C3] Configure congress-Radio
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, +	),  ); | 
