From eb53b3a69db8395d2a40a1ec6618431d41909256 Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Wed, 1 Oct 2014 15:03:06 +0200 Subject: fix linkage --- formats.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'formats.php') diff --git a/formats.php b/formats.php index 1908680..5d66f08 100644 --- a/formats.php +++ b/formats.php @@ -8,7 +8,7 @@ $room = $_GET['room']; $tpl = new PhpTemplate('template/page.phtml'); echo $tpl->render(array( - 'page' => 'rooms', + 'page' => 'formats', 'baseurl' => baseurl(), 'title' => 'Stream-Formats', 'subtitle' => ucfirst($room), -- cgit v1.2.3