You've already forked Epicnabbo-Catalogus-Updated-Daily
🆙 Fix code in somephp files an refactored and deleted deprecated code 🆙
This commit is contained in:
@@ -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'),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user