diff options
author | MaZderMind | 2014-10-01 14:58:31 +0200 |
---|---|---|
committer | MaZderMind | 2014-10-01 14:58:31 +0200 |
commit | 1e9f8cd6bfb7e5850a05615044de2fe7771aba08 (patch) | |
tree | 485922bdb843ba8be43defc1d79408b949527be0 /room.php | |
parent | bf4c140f5438101d87dcb0395c7c778585b7fe09 (diff) |
display naming
Diffstat (limited to 'room.php')
-rw-r--r-- | room.php | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/room.php b/room.php deleted file mode 100644 index 8f4db1f..0000000 --- a/room.php +++ /dev/null @@ -1,18 +0,0 @@ -<?php - -require_once('lib/PhpTemplate.php'); -require_once('lib/helper.php'); -require_once('config.php'); - -$room = $_GET['room']; - -$tpl = new PhpTemplate('template/page.phtml'); -echo $tpl->render(array( - 'page' => 'rooms', - 'baseurl' => baseurl(), - 'title' => 'Stream-Formats', - 'subtitle' => ucfirst($room), - - 'room' => $room, - 'formats' => array('hd','hq','lq','audio','slides'), -)); |