summaryrefslogtreecommitdiff
path: root/includes/sys_template.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/sys_template.php')
-rw-r--r--includes/sys_template.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/includes/sys_template.php b/includes/sys_template.php
index da7afbcb..e9ed35ef 100644
--- a/includes/sys_template.php
+++ b/includes/sys_template.php
@@ -4,9 +4,10 @@
* Liste der verfügbaren Themes
*/
$themes = array(
+ '3' => "Engelsystem 32c3",
+ "2" => "Engelsystem cccamp15",
"0" => "Engelsystem light",
- "1" => "Engelsystem dark",
- "2" => "Engelsystem cccamp15"
+ "1" => "Engelsystem dark"
);
/**