mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-08 01:32:59 +02:00
combined script now really merges files
added option $conf['template_combine_files'] by default true to enable/disable file combining git-svn-id: http://piwigo.org/svn/trunk@8012 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -480,6 +480,9 @@ $conf['template_compile_check'] = true;
|
||||
// production environment.
|
||||
$conf['template_force_compile'] = false;
|
||||
|
||||
// activate merging of javascript / css files
|
||||
$conf['template_combine_files'] = true;
|
||||
|
||||
// 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