🆙 Fix code in somephp files an refactored and deleted deprecated code 🆙

This commit is contained in:
Remco
2026-01-19 17:25:31 +01:00
parent 3238cdb8e7
commit 6736e8fe60
9 changed files with 145 additions and 92 deletions
+2 -2
View File
@@ -9,7 +9,7 @@ return [
| It will assign the default active theme to be used if one is not set during
| runtime.
*/
'active' => 'atom',
'active' => env('THEME_ACTIVE', 'atom'),
/*
|--------------------------------------------------------------------------
@@ -21,7 +21,7 @@ return [
| file is not found in the currently active theme, then it will look for it
| in the parent theme.
*/
'parent' => 'atom',
'parent' => env('THEME_PARENT', 'atom'),
/*
|--------------------------------------------------------------------------