From f582fcbaea1c080527a389f79498f127169b2b7e Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Sun, 27 Jul 2025 15:03:27 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix=20default=20theme=20installa?= =?UTF-8?q?tion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.php b/install.php index 75a07eaa..bb0db5e5 100644 --- a/install.php +++ b/install.php @@ -381,7 +381,7 @@ function install($adminPassword, $timezone) 'language' => $L->currentLanguage(), 'locale' => $L->locale(), 'timezone' => $timezone, - 'theme' => 'default', + 'theme' => 'defaultTheme', 'adminTheme' => 'koblog', 'homepage' => '', 'pageNotFound' => '',