Ignore:
Timestamp:
Dec 6, 2010, 9:52:44 PM (13 years ago)
Author:
rvelices
Message:

combined script now really merges files
added option $conftemplate_combine_files by default true to enable/disable file combining

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/config_default.inc.php

    r7501 r8012  
    480480// production environment.
    481481$conf['template_force_compile'] = false;
     482
     483// activate merging of javascript / css files
     484$conf['template_combine_files'] = true;
    482485
    483486// this permit to show the php errors reporting (see INI 'error_reporting'
Note: See TracChangeset for help on using the changeset viewer.