aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorMaZderMind2014-10-01 16:42:22 +0200
committerMaZderMind2014-10-01 16:42:22 +0200
commit7d50beb6ddce3f99de2c015d00c9528ce52577a1 (patch)
treefaddb797b54e9663debc578f833427149e8dace2 /index.php
parenteb53b3a69db8395d2a40a1ec6618431d41909256 (diff)
roomname & player
Diffstat (limited to 'index.php')
-rw-r--r--index.php9
1 files changed, 1 insertions, 8 deletions
diff --git a/index.php b/index.php
index a51165f..607c76e 100644
--- a/index.php
+++ b/index.php
@@ -10,12 +10,5 @@ echo $tpl->render(array(
'baseurl' => baseurl(),
'title' => 'Rooms',
- 'rooms' => array(
- 'saal1' => 'Saal 1',
- 'saal2' => 'Saal 2',
- 'saalg' => 'Saal G',
- 'saalz' => 'Saal Z',
- 'lounge' => 'Lounge',
- 'sendezentrum' => 'Sendezentrum',
- ),
+ 'rooms' => $GLOBALS['CONFIG']['ROOMS'],
));