mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Update ytake smarty config
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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',
|
||||
],
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user