X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/eaa1765c7a68cd671bcb37a666203210bf05d217..refs/pull/865/head:/config/view.php diff --git a/config/view.php b/config/view.php index e193ab61d..e9a96c8ab 100644 --- a/config/view.php +++ b/config/view.php @@ -1,7 +1,25 @@ ` folder to hold the + | custom theme overrides. + | + */ + + 'theme' => env('APP_THEME', false), + /* |-------------------------------------------------------------------------- | View Storage Paths @@ -13,9 +31,7 @@ return [ | */ - 'paths' => [ - realpath(base_path('resources/views')), - ], + 'paths' => $viewPaths, /* |--------------------------------------------------------------------------