diff options
author | MaZderMind | 2014-11-10 23:03:20 +0100 |
---|---|---|
committer | MaZderMind | 2014-11-10 23:03:20 +0100 |
commit | 91837b1646f7071f793c6fc7a44d2c4b21d048fa (patch) | |
tree | 2c4449fc7314e08179cab16cc07549f94be07e9a /lib/config.php | |
parent | 2ad3b1c61c4d2f11ad57840a091e4db397689405 (diff) |
show program teaser on the startpage
Diffstat (limited to 'lib/config.php')
-rw-r--r-- | lib/config.php | 7 |
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', +); |