From bf4c140f5438101d87dcb0395c7c778585b7fe09 Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Wed, 1 Oct 2014 10:33:00 +0200 Subject: 31c3 php player site --- room.php | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 room.php (limited to 'room.php') diff --git a/room.php b/room.php new file mode 100644 index 0000000..8f4db1f --- /dev/null +++ b/room.php @@ -0,0 +1,18 @@ +render(array( + 'page' => 'rooms', + 'baseurl' => baseurl(), + 'title' => 'Stream-Formats', + 'subtitle' => ucfirst($room), + + 'room' => $room, + 'formats' => array('hd','hq','lq','audio','slides'), +)); -- cgit v1.2.3