diff options
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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'], )); |