Update ytake smarty config

This commit is contained in:
DariusIII
2018-03-06 08:41:54 +01:00
parent 71b32f75f4
commit 5747a045c9
2 changed files with 5 additions and 3 deletions
+3 -3
View File
@@ -45,10 +45,10 @@ return [
'template_path' => base_path().'/public/themes',
// smarty cache directory
'cache_path' => storage_path().'/resources/smarty/cache',
'cache_path' => storage_path().'/framework/smarty/cache',
// smarty template compiler
'compile_path' => storage_path().'/resources/smarty/templates_c',
'compile_path' => storage_path().'/framework/smarty/templates_c',
// smarty plugins
'plugins_paths' => [
@@ -57,7 +57,7 @@ return [
// smarty configure
'config_paths' => [
base_path().'/resources/smarty/configs',
base_path().'/resources/smarty/config',
],
/*