summaryrefslogtreecommitdiff
path: root/includes/sys_template.php
diff options
context:
space:
mode:
authorFelix Favre <gnomus@gnomus.de>2014-12-07 15:43:25 +0100
committerFelix Favre <gnomus@gnomus.de>2014-12-07 15:43:25 +0100
commite9ae329be4f948e038e9881f980d94b51a3b0d49 (patch)
tree5bdd61768514f2428899cfcc079f809e2d3d5664 /includes/sys_template.php
parent8bcce0e0034330de0c6f598fe601fe3f065987ca (diff)
added another theme
Diffstat (limited to 'includes/sys_template.php')
-rw-r--r--includes/sys_template.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/includes/sys_template.php b/includes/sys_template.php
index 8ebb8ebd..8a06fff9 100644
--- a/includes/sys_template.php
+++ b/includes/sys_template.php
@@ -5,7 +5,8 @@
*/
$themes = array(
"0" => "Engelsystem light",
- "1" => "Engelsystem dark"
+ "1" => "Engelsystem dark",
+ "2" => "Engelsystem 31c3"
);
/**