Smarty: Configuration added to store without sub directories
This commit is contained in:
parent
7da43fe28a
commit
ff677a1b27
2 changed files with 7 additions and 1 deletions
|
@ -714,5 +714,10 @@ return [
|
|||
// config_dir (String)
|
||||
// Base working directory for the templating engine, must be writeable by the webserver user
|
||||
'config_dir' => 'view/smarty3',
|
||||
|
||||
// use_sub_dirs (Boolean)
|
||||
// By default the template cache is stored in several sub directories.
|
||||
//
|
||||
'use_sub_dirs' => true,
|
||||
],
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue