1
0
mirror of https://github.com/typemill/typemill.git synced 2025-08-19 20:31:34 +02:00

Version 1.3.7: Theme Cyanine and Notice Component

This commit is contained in:
trendschau
2020-06-11 09:45:32 +02:00
parent 021f487fe7
commit 53dd14fd8b
86 changed files with 1532 additions and 3067 deletions

View File

@@ -17,7 +17,7 @@ class Translations
$language = $settings['language'];
}
$theme = 'typemill';
$theme = 'cyanine';
if($settings !== NULL){
if(is_array($settings)){
if (array_key_exists('theme', $settings)) {