diff options
Diffstat (limited to 'includes/sys_template.php')
-rw-r--r-- | includes/sys_template.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/includes/sys_template.php b/includes/sys_template.php index 78519143..841b9649 100644 --- a/includes/sys_template.php +++ b/includes/sys_template.php @@ -4,8 +4,7 @@ * Liste der verfügbaren Themes */ $themes = array( - "1" => "30C3 light", - "2" => "30C3 dark" + "1" => "EH14 light" ); /** |