diff options
author | MaZderMind | 2014-10-18 18:29:33 +0200 |
---|---|---|
committer | MaZderMind | 2014-10-18 18:29:33 +0200 |
commit | 9bbb2ac43e9859c460b3a509404fa927288a1cc9 (patch) | |
tree | 0ceb4287db6dd072b2c9ef96d911d687585c2c90 /config.php | |
parent | ebaecb018a797ac9bf29ca6731dedf2cc89b2441 (diff) |
room list style & content
Diffstat (limited to '')
-rw-r--r-- | config.php | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -7,8 +7,11 @@ $GLOBALS['CONFIG']['ROOMS'] = array( 'saal1' => 'Saal 1', 'saal2' => 'Saal 2', 'saalg' => 'Saal G', - 'saalz' => 'Saal Z', + 'saal6' => 'Saal 6', + 'lounge' => 'Lounge', + 'ambient' => 'Ambient', + 'sendezentrum' => 'Sendezentrum', ); |