feature 1522: Move local css local files and local language files to local directory.
Add $conf['template_force_compile'] to help developpers. git-svn-id: http://piwigo.org/svn/trunk@5208 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
af78fa6193
commit
6e51794b3f
12 changed files with 169 additions and 8 deletions
|
|
@ -475,6 +475,11 @@ $conf['compiled_template_cache_language'] = false;
|
|||
// better performance.
|
||||
$conf['template_compile_check'] = true;
|
||||
|
||||
// This forces Smarty to (re)compile templates on every invocation. This is
|
||||
// handy for development and debugging. It should never be used in a
|
||||
// production environment.
|
||||
$conf['template_force_compile'] = false;
|
||||
|
||||
// this permit to show the php errors reporting (see INI 'error_reporting'
|
||||
// for possible values)
|
||||
// gives an empty value '' to deactivate
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue