aboutsummaryrefslogtreecommitdiff
path: root/formats.php
diff options
context:
space:
mode:
authorMaZderMind2014-10-01 14:58:31 +0200
committerMaZderMind2014-10-01 14:58:31 +0200
commit1e9f8cd6bfb7e5850a05615044de2fe7771aba08 (patch)
tree485922bdb843ba8be43defc1d79408b949527be0 /formats.php
parentbf4c140f5438101d87dcb0395c7c778585b7fe09 (diff)
display naming
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',
+ ),
));