mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 14:53:45 +02:00
Internal Themes
This commit is contained in:
16
config/themes.php
Normal file
16
config/themes.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'enabled' => true,
|
||||
'themes_path' => realpath(base_path('resources/themes')),
|
||||
'asset_not_found' => 'LOG_ERROR',
|
||||
'active' => 'default',
|
||||
|
||||
'themes' => [
|
||||
'default' => [
|
||||
'extends' => null,
|
||||
'views-path' => 'default',
|
||||
'asset-path' => 'themes/default',
|
||||
],
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user