From: Dan Brown Date: Sun, 31 Dec 2017 16:25:58 +0000 (+0000) Subject: Added view override support X-Git-Tag: v0.20.0~1^2~24 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/6988a6ff88a939a1161cb809f8157af4827c4d70 Added view override support Relates to #652 --- diff --git a/config/view.php b/config/view.php index e193ab61d..8dc2841e7 100644 --- a/config/view.php +++ b/config/view.php @@ -1,5 +1,10 @@ [ - realpath(base_path('resources/views')), - ], + 'paths' => $viewPaths, /* |-------------------------------------------------------------------------- diff --git a/themes/.gitignore b/themes/.gitignore new file mode 100755 index 000000000..d6b7ef32c --- /dev/null +++ b/themes/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore