diff options
author | Philip Häusler <msquare@notrademark.de> | 2015-12-16 15:32:54 +0100 |
---|---|---|
committer | Philip Häusler <msquare@notrademark.de> | 2015-12-16 15:32:54 +0100 |
commit | 761897a942bf0cf6c3d616e4ca37bb5942119b6b (patch) | |
tree | db8889c71f60caf0946a0d66e75c95cdd993a41f /includes | |
parent | 28edf6bd48552c009771e55f823533a5793cd1de (diff) |
add 32c3 design
Diffstat (limited to 'includes')
-rw-r--r-- | includes/sys_template.php | 5 |
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" ); /** |