diff options
Diffstat (limited to 'formats.php')
-rw-r--r-- | formats.php | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/formats.php b/formats.php index df2a4c8..4084804 100644 --- a/formats.php +++ b/formats.php @@ -14,11 +14,5 @@ echo $tpl->render(array( 'subtitle' => $GLOBALS['CONFIG']['ROOMS'][$room], 'room' => $room, - 'formats' => array( - 'hd' => 'FullHD', - 'hq' => 'High Quality', - 'lq' => 'Low Quality', - 'audio' => 'Audio-Only', - 'slides' => 'Slide-Images + Audio', - ), + 'formats' => $GLOBALS['CONFIG']['FORMATS'], )); |