aboutsummaryrefslogtreecommitdiff
path: root/formats.php
diff options
context:
space:
mode:
authorMaZderMind2014-10-01 15:03:06 +0200
committerMaZderMind2014-10-01 15:03:06 +0200
commiteb53b3a69db8395d2a40a1ec6618431d41909256 (patch)
treec82140d6830248ac4963ace988fe3086eff329bb /formats.php
parent144284438de37f36d7b8ac0396545a75c48e4321 (diff)
fix linkage
Diffstat (limited to 'formats.php')
-rw-r--r--formats.php2
1 files changed, 1 insertions, 1 deletions
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),