aboutsummaryrefslogtreecommitdiff
path: root/formats.php
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--formats.php (renamed from room.php)8
1 files changed, 7 insertions, 1 deletions
diff --git a/room.php b/formats.php
index 8f4db1f..1908680 100644
--- a/room.php
+++ b/formats.php
@@ -14,5 +14,11 @@ echo $tpl->render(array(
'subtitle' => ucfirst($room),
'room' => $room,
- 'formats' => array('hd','hq','lq','audio','slides'),
+ 'formats' => array(
+ 'hd' => 'FullHD',
+ 'hq' => 'High Quality',
+ 'lq' => 'Low Quality',
+ 'audio' => 'Audio-Only',
+ 'slides' => 'Slide-Images + Audio',
+ ),
));