mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Update themes.php configuration file
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
2018-03-05 DariusIII
|
||||
* Chg: Update themes.php configuration file
|
||||
* Chg: Add laravel-theme support for future usage
|
||||
* Chg: Update htmlpurifier to latest version
|
||||
* Chg: Fix bad logic in additional postprocessing settings check
|
||||
|
||||
+26
-1
@@ -11,7 +11,7 @@ return [
|
||||
|--------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
'themes_path' => null, // eg: base_path('resources/themes')
|
||||
'themes_path' => 'public/themes', // eg: base_path('resources/themes')
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
@@ -58,6 +58,31 @@ return [
|
||||
*/
|
||||
|
||||
'themes' => [
|
||||
'Charisma' => [
|
||||
'extends' => null,
|
||||
'views-path' => 'Charisma',
|
||||
'asset-path' => 'public/themes/shared/assets'
|
||||
],
|
||||
'Gamma' => [
|
||||
'extends' => null,
|
||||
'views-path' => 'Gamma',
|
||||
'asset-path' => 'public/themes/shared/assets'
|
||||
],
|
||||
'Gentele' => [
|
||||
'extends' => null,
|
||||
'views-path' => 'Gentele',
|
||||
'asset-path' => 'public/themes/shared/assets'
|
||||
],
|
||||
'Omicron' => [
|
||||
'extends' => null,
|
||||
'views-path' => 'Omicron',
|
||||
'asset-path' => 'public/themes/shared/assets'
|
||||
],
|
||||
'admin' => [
|
||||
'extends' => null,
|
||||
'views-path' => 'admin',
|
||||
'asset-path' => 'public/themes/shared/assets'
|
||||
],
|
||||
|
||||
// Add your themes here. These settings will override theme.json settings defined for each theme
|
||||
|
||||
|
||||
Reference in New Issue
Block a user