diff options
Diffstat (limited to 'config.php')
-rw-r--r-- | config.php | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -12,4 +12,12 @@ $GLOBALS['CONFIG']['ROOMS'] = array( 'sendezentrum' => 'Sendezentrum', ); +$GLOBALS['CONFIG']['FORMATS'] = array( + 'hd' => 'FullHD', + 'hq' => 'High Quality', + 'lq' => 'Low Quality', + 'audio' => 'Audio-Only', + 'slides' => 'Slide-Images + Audio', +); + ?> |