X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/6988a6ff88a939a1161cb809f8157af4827c4d70..refs/pull/846/head:/config/view.php diff --git a/config/view.php b/config/view.php index 8dc2841e7..e9a96c8ab 100644 --- a/config/view.php +++ b/config/view.php @@ -7,6 +7,19 @@ if ($theme = env('APP_THEME', false)) { return [ + /* + |-------------------------------------------------------------------------- + | App theme + |-------------------------------------------------------------------------- + | + | This option defines the theme to use for the application. When a theme + | is set there mush be a `themes/` folder to hold the + | custom theme overrides. + | + */ + + 'theme' => env('APP_THEME', false), + /* |-------------------------------------------------------------------------- | View Storage Paths