diff --git a/config/phpvms.php b/config/phpvms.php index 4d0d31b9..6e0ef329 100644 --- a/config/phpvms.php +++ b/config/phpvms.php @@ -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 * diff --git a/resources/stubs/installer/config.stub b/resources/stubs/installer/config.stub index 806a5816..8977c7fb 100644 --- a/resources/stubs/installer/config.stub +++ b/resources/stubs/installer/config.stub @@ -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$',