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
+2
View File
@@ -1,3 +1,5 @@
2018-03-06 DariusIII
* Chg: Update ytake smarty config
2018-03-05 DariusIII
* Chg: Update laravel smarty configuration
* Chg: Update themes.php configuration file
+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',
],
/*