summaryrefslogtreecommitdiff
path: root/includes/sys_template.php
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2015-12-16 15:32:54 +0100
committerPhilip Häusler <msquare@notrademark.de>2015-12-16 15:32:54 +0100
commit761897a942bf0cf6c3d616e4ca37bb5942119b6b (patch)
treedb8889c71f60caf0946a0d66e75c95cdd993a41f /includes/sys_template.php
parent28edf6bd48552c009771e55f823533a5793cd1de (diff)
add 32c3 design
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"
);
/**