You've already forked Epicnabbo-Catalogus-Updated-Daily
🆙 Add fixed cms 🆙
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Default Active Theme
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| It will assign the default active theme to be used if one is not set during
|
||||
| runtime.
|
||||
*/
|
||||
'active' => 'atom',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Parent Theme
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| This is a parent theme for the theme specified in the active config
|
||||
| option. It works like the WordPress style theme hierarchy, if the blade
|
||||
| file is not found in the currently active theme, then it will look for it
|
||||
| in the parent theme.
|
||||
*/
|
||||
'parent' => 'atom',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Base Path
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The base path where all the themes are located.
|
||||
*/
|
||||
'base_path' => base_path('resources/themes'),
|
||||
];
|
||||
Reference in New Issue
Block a user