Remove the phpvms.skin config, use theme instead

This commit is contained in:
Nabeel Shahzad 2018-03-11 18:05:53 -05:00
parent 98ebd5e358
commit 7cc3fc6a3a
2 changed files with 5 additions and 6 deletions

View File

@ -16,11 +16,6 @@ return [
*/
'installed' => env('PHPVMS_INSTALLED', false),
/**
* The skin to use for the front-end
*/
'skin' => env('APP_SKIN', 'default'),
/**
* The ISO "Currency Code" to use, the list is in config/money.php
*

View File

@ -19,7 +19,6 @@ return [
# overrides phpvms.php
'phpvms' => [
'skin' => 'default',
'vacentral_api_key' => '',
/**
@ -31,6 +30,11 @@ return [
'currency' => 'USD',
],
# This is the name of the active theme
'themes' => [
'default' => 'default',
],
# overrides cache.php
'cache' => [
'default' => '$CACHE_DRIVER$',