diff options
author | MaZderMind | 2015-12-28 22:44:57 +0100 |
---|---|---|
committer | MaZderMind | 2015-12-28 22:44:57 +0100 |
commit | da3c1d2cca11768f2e3f4edd8087a9b07e6d6698 (patch) | |
tree | 7c6546efb6bfbe7896f8d267979e9f872853b4f3 | |
parent | c16e317e20377ac8084ba06f29174a925f75513c (diff) |
show saal2-subtitles on saalg, too
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/32c3/config.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/conferences/32c3/config.php b/configs/conferences/32c3/config.php index 04a630c..f3556a8 100644 --- a/configs/conferences/32c3/config.php +++ b/configs/conferences/32c3/config.php @@ -402,6 +402,8 @@ $GLOBALS['CONFIG']['ROOMS'] = array( 'SCHEDULE' => true, 'SCHEDULE_NAME' => 'Hall G', + 'SUBTITLES' => true, + 'SUBTITLES_ROOM_ID' => 2, 'FEEDBACK' => true, 'SUBTITLES' => false, 'EMBED' => true, |