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 /formats.php | |
parent | bf4c140f5438101d87dcb0395c7c778585b7fe09 (diff) |
display naming
Diffstat (limited to '')
-rw-r--r-- | formats.php (renamed from room.php) | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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', + ), )); |