Move themes to resources/views/themes folder

This commit is contained in:
DariusIII
2018-03-06 14:36:00 +01:00
parent c73720863c
commit 873e2d4ad3
670 changed files with 27 additions and 857 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ return [
'right_delimiter' => '}',
// path info
'template_path' => base_path().'/public/themes',
'template_path' => base_path().'/resources/views/themes',
// smarty cache directory
'cache_path' => storage_path().'/framework/smarty/cache',