aboutsummaryrefslogtreecommitdiff
path: root/config.php
diff options
context:
space:
mode:
Diffstat (limited to 'config.php')
-rw-r--r--config.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/config.php b/config.php
index efcae3a..0837b84 100644
--- a/config.php
+++ b/config.php
@@ -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',
+);
+
?>