From e9ae329be4f948e038e9881f980d94b51a3b0d49 Mon Sep 17 00:00:00 2001 From: Felix Favre Date: Sun, 7 Dec 2014 15:43:25 +0100 Subject: added another theme --- includes/sys_template.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'includes') 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" ); /** -- cgit v1.2.3-54-g00ecf