aboutsummaryrefslogtreecommitdiff
path: root/config.php
diff options
context:
space:
mode:
Diffstat (limited to 'config.php')
-rw-r--r--config.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/config.php b/config.php
index 224ed57..efcae3a 100644
--- a/config.php
+++ b/config.php
@@ -3,4 +3,13 @@
// guessed automatically
// $GLOBALS['CONFIG']['baseurl'] = 'http://foo.com/bar/';
+$GLOBALS['CONFIG']['ROOMS'] = array(
+ 'saal1' => 'Saal 1',
+ 'saal2' => 'Saal 2',
+ 'saalg' => 'Saal G',
+ 'saalz' => 'Saal Z',
+ 'lounge' => 'Lounge',
+ 'sendezentrum' => 'Sendezentrum',
+);
+
?>