diff options
author | MaZderMind | 2014-10-01 15:03:06 +0200 |
---|---|---|
committer | MaZderMind | 2014-10-01 15:03:06 +0200 |
commit | eb53b3a69db8395d2a40a1ec6618431d41909256 (patch) | |
tree | c82140d6830248ac4963ace988fe3086eff329bb /formats.php | |
parent | 144284438de37f36d7b8ac0396545a75c48e4321 (diff) |
fix linkage
Diffstat (limited to 'formats.php')
-rw-r--r-- | formats.php | 2 |
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), |