mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-14 11:12:09 -05:00
10 lines
205 B
PHP
10 lines
205 B
PHP
<?php
|
|
|
|
return [
|
|
'active' => env('OC_THEME', 'otoplus'),
|
|
'modules' => [
|
|
'listing' => env('OC_THEME_LISTING', 'otoplus'),
|
|
'category' => env('OC_THEME_CATEGORY', 'otoplus'),
|
|
],
|
|
];
|