aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to '')
-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'],
));