From f652ae2be38e74796ed63ba72e23fcb632818118 Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Sun, 19 Oct 2014 12:12:20 +0200 Subject: restructure room site to produce a unique room/player/formats page --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.php') 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'], )); -- cgit v1.2.3