diff --git a/Changelog b/Changelog index f11b57c27..bf9decbc5 100755 --- a/Changelog +++ b/Changelog @@ -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 diff --git a/config/ytake-laravel-smarty.php b/config/ytake-laravel-smarty.php index 94329fd65..eade6fb06 100644 --- a/config/ytake-laravel-smarty.php +++ b/config/ytake-laravel-smarty.php @@ -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', ], /*