mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 09:13:02 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user