aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorMaZderMind2014-10-19 12:12:20 +0200
committerMaZderMind2014-10-19 12:12:20 +0200
commitf652ae2be38e74796ed63ba72e23fcb632818118 (patch)
treefac87e88a3928b789c0d9b7f4a9a2ac5b6cbb77e /index.php
parentc2f7758004a9016910168ad47c1a4300e107f2c2 (diff)
restructure room site to produce a unique room/player/formats page
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 607c76e..ee10771 100644
--- a/index.php
+++ b/index.php
@@ -8,7 +8,7 @@ $tpl = new PhpTemplate('template/page.phtml');
echo $tpl->render(array(
'page' => 'rooms',
'baseurl' => baseurl(),
- 'title' => 'Rooms',
+ 'title' => 'Overview',
'rooms' => $GLOBALS['CONFIG']['ROOMS'],
));