🔧 Use "default" theme by default
This commit is contained in:
parent
9937c0a9f9
commit
f6feca8b6d
1 changed files with 1 additions and 1 deletions
|
@ -375,7 +375,7 @@ function install($adminPassword, $timezone)
|
|||
'language' => $L->currentLanguage(),
|
||||
'locale' => $L->locale(),
|
||||
'timezone' => $timezone,
|
||||
'theme' => 'alternative',
|
||||
'theme' => 'default',
|
||||
'adminTheme' => 'koblog',
|
||||
'homepage' => '',
|
||||
'pageNotFound' => '',
|
||||
|
|
Loading…
Add table
Reference in a new issue