diff options
author | MaZderMind | 2014-10-19 12:12:20 +0200 |
---|---|---|
committer | MaZderMind | 2014-10-19 12:12:20 +0200 |
commit | f652ae2be38e74796ed63ba72e23fcb632818118 (patch) | |
tree | fac87e88a3928b789c0d9b7f4a9a2ac5b6cbb77e /index.php | |
parent | c2f7758004a9016910168ad47c1a4300e107f2c2 (diff) |
restructure room site to produce a unique room/player/formats page
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'], )); |