From f31006fb6b38fcf24a2a4b03a9bf8e56007b0c1a Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Sun, 13 Jul 2025 19:50:33 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=9A=20Rename=20default=20theme=20folde?= =?UTF-8?q?r?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bl-themes/{default => defaultTheme}/css/style.css | 0 bl-themes/{default => defaultTheme}/css/violet.css | 0 bl-themes/{default => defaultTheme}/index.php | 0 bl-themes/{default => defaultTheme}/languages/en.json | 0 bl-themes/{default => defaultTheme}/languages/fr_FR.json | 0 bl-themes/{default => defaultTheme}/metadata.json | 0 bl-themes/{default => defaultTheme}/php/footer.php | 0 bl-themes/{default => defaultTheme}/php/head.php | 0 bl-themes/{default => defaultTheme}/php/header.php | 0 bl-themes/{default => defaultTheme}/php/home.php | 0 bl-themes/{default => defaultTheme}/php/page.php | 0 bl-themes/{default => defaultTheme}/php/sidebar.php | 0 bl-themes/{default => defaultTheme}/plugin.php | 0 13 files changed, 0 insertions(+), 0 deletions(-) rename bl-themes/{default => defaultTheme}/css/style.css (100%) rename bl-themes/{default => defaultTheme}/css/violet.css (100%) rename bl-themes/{default => defaultTheme}/index.php (100%) rename bl-themes/{default => defaultTheme}/languages/en.json (100%) rename bl-themes/{default => defaultTheme}/languages/fr_FR.json (100%) rename bl-themes/{default => defaultTheme}/metadata.json (100%) rename bl-themes/{default => defaultTheme}/php/footer.php (100%) rename bl-themes/{default => defaultTheme}/php/head.php (100%) rename bl-themes/{default => defaultTheme}/php/header.php (100%) rename bl-themes/{default => defaultTheme}/php/home.php (100%) rename bl-themes/{default => defaultTheme}/php/page.php (100%) rename bl-themes/{default => defaultTheme}/php/sidebar.php (100%) rename bl-themes/{default => defaultTheme}/plugin.php (100%) diff --git a/bl-themes/default/css/style.css b/bl-themes/defaultTheme/css/style.css similarity index 100% rename from bl-themes/default/css/style.css rename to bl-themes/defaultTheme/css/style.css diff --git a/bl-themes/default/css/violet.css b/bl-themes/defaultTheme/css/violet.css similarity index 100% rename from bl-themes/default/css/violet.css rename to bl-themes/defaultTheme/css/violet.css diff --git a/bl-themes/default/index.php b/bl-themes/defaultTheme/index.php similarity index 100% rename from bl-themes/default/index.php rename to bl-themes/defaultTheme/index.php diff --git a/bl-themes/default/languages/en.json b/bl-themes/defaultTheme/languages/en.json similarity index 100% rename from bl-themes/default/languages/en.json rename to bl-themes/defaultTheme/languages/en.json diff --git a/bl-themes/default/languages/fr_FR.json b/bl-themes/defaultTheme/languages/fr_FR.json similarity index 100% rename from bl-themes/default/languages/fr_FR.json rename to bl-themes/defaultTheme/languages/fr_FR.json diff --git a/bl-themes/default/metadata.json b/bl-themes/defaultTheme/metadata.json similarity index 100% rename from bl-themes/default/metadata.json rename to bl-themes/defaultTheme/metadata.json diff --git a/bl-themes/default/php/footer.php b/bl-themes/defaultTheme/php/footer.php similarity index 100% rename from bl-themes/default/php/footer.php rename to bl-themes/defaultTheme/php/footer.php diff --git a/bl-themes/default/php/head.php b/bl-themes/defaultTheme/php/head.php similarity index 100% rename from bl-themes/default/php/head.php rename to bl-themes/defaultTheme/php/head.php diff --git a/bl-themes/default/php/header.php b/bl-themes/defaultTheme/php/header.php similarity index 100% rename from bl-themes/default/php/header.php rename to bl-themes/defaultTheme/php/header.php diff --git a/bl-themes/default/php/home.php b/bl-themes/defaultTheme/php/home.php similarity index 100% rename from bl-themes/default/php/home.php rename to bl-themes/defaultTheme/php/home.php diff --git a/bl-themes/default/php/page.php b/bl-themes/defaultTheme/php/page.php similarity index 100% rename from bl-themes/default/php/page.php rename to bl-themes/defaultTheme/php/page.php diff --git a/bl-themes/default/php/sidebar.php b/bl-themes/defaultTheme/php/sidebar.php similarity index 100% rename from bl-themes/default/php/sidebar.php rename to bl-themes/defaultTheme/php/sidebar.php diff --git a/bl-themes/default/plugin.php b/bl-themes/defaultTheme/plugin.php similarity index 100% rename from bl-themes/default/plugin.php rename to bl-themes/defaultTheme/plugin.php