aboutsummaryrefslogtreecommitdiff
path: root/lib/config.php
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lib/config.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/config.php b/lib/config.php
index 473bc56..7053cd7 100644
--- a/lib/config.php
+++ b/lib/config.php
@@ -29,3 +29,10 @@ $GLOBALS['CONFIG']['FORMATS'] = array(
'audio' => 'Audio',
'slides' => 'Slide-Images',
);
+
+// various room-name nappings
+$GLOBALS['CONFIG']['FAHRPLAN_ROOM_MAPPING'] = array(
+ 'Grossbaustelle BER' => 'saal1',
+ 'Tiefbaustelle S21' => 'saal2',
+ 'Hochbaustelle Elbphilharmonie' => 'saal6',
+);