mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-14 11:12:09 -05:00
9 lines
204 B
PHP
9 lines
204 B
PHP
<?php
|
|
|
|
return [
|
|
'active' => env('TALLCMS_THEME_ACTIVE', 'talldaisy'),
|
|
'themes_path' => base_path('themes'),
|
|
'cache_themes' => env('TALLCMS_THEME_CACHE', true),
|
|
'auto_discover' => true,
|
|
];
|