mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
17 lines
423 B
PHP
17 lines
423 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Active Themes
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
| These values specify the admin and public theme to use.
|
|
|
|
|
*/
|
|
|
|
'admin' => env('ADMIN_THEME', 'visiosoft.theme.defaultadmin'),
|
|
'standard' => env('STANDARD_THEME', 'visiosoft.theme.base')
|
|
];
|