diff options
Diffstat (limited to 'config/config.default.php')
-rw-r--r-- | config/config.default.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/config.default.php b/config/config.default.php index 1e54be9b..beb2bd1a 100644 --- a/config/config.default.php +++ b/config/config.default.php @@ -34,7 +34,8 @@ return [ // Available themes 'available_themes' => [ - '5' => 'Engelsystem 34c3 (2017)', + '6' => 'Engelsystem 34c3 dark (2017)', + '5' => 'Engelsystem 34c3 light (2017)', '4' => 'Engelsystem 33c3 (2016)', '3' => 'Engelsystem 32c3 (2015)', '2' => 'Engelsystem cccamp15', |