diff options
author | rvelices <rv-github@modusoptimus.com> | 2010-12-06 20:52:44 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2010-12-06 20:52:44 +0000 |
commit | 1cbbe10bfd88f12f62b9cfc15e2ccd46d5e37b27 (patch) | |
tree | 0c376ec8354a7abb710c0f111fbcc42e6f6e137d /include/config_default.inc.php | |
parent | 1e6cae89c30296045b21c39502c1a20a9538dad7 (diff) |
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
Diffstat (limited to '')
-rw-r--r-- | include/config_default.inc.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/config_default.inc.php b/include/config_default.inc.php index cab91814b..bb0293f72 100644 --- a/include/config_default.inc.php +++ b/include/config_default.inc.php @@ -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 |