diff options
author | Daniel Molkentin | 2017-05-25 02:11:12 +0200 |
---|---|---|
committer | Daniel Molkentin | 2017-05-25 02:11:12 +0200 |
commit | c326e96dc0ccafe470c9877e7146e03775e4f980 (patch) | |
tree | 0ada183e8b4490c1b3c517c9de32e674549990c1 /configs/conferences/osc17 | |
parent | 456d1f715e5fb08d623ae8819251834096f7e188 (diff) |
osc17: layout fixes, always show schedule
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/osc17/config.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/conferences/osc17/config.php b/configs/conferences/osc17/config.php index 82722f1..b5658e6 100644 --- a/configs/conferences/osc17/config.php +++ b/configs/conferences/osc17/config.php @@ -119,7 +119,7 @@ $CONFIG['OVERVIEW'] = array( * sonst werden sie nicht angezeigt. */ 'GROUPS' => array( - '' => array( + 'Lecture rooms' => array( 'saal', 'galerie', ), @@ -241,7 +241,7 @@ $CONFIG['ROOMS'] = array( * Ebenso können alle Fahrplan-Funktionialitäten durch auskommentieren * des globalen $CONFIG['SCHEDULE']-Blocks deaktiviert werden */ - 'SCHEDULE' => false, + 'SCHEDULE' => true, /** * Name des Raums im Fahrplan |