Ignore:
Timestamp:
Mar 21, 2010, 12:14:30 AM (14 years ago)
Author:
patdenice
Message:

feature 1522: Move local css local files and local language files to local directory.
Add $conftemplate_force_compile to help developpers.

File:
1 edited

Legend:

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

    r5196 r5208  
    475475// better performance.
    476476$conf['template_compile_check'] = true;
     477
     478// This forces Smarty to (re)compile templates on every invocation. This is
     479// handy for development and debugging. It should never be used in a
     480// production environment.
     481$conf['template_force_compile'] = false;
    477482
    478483// this permit to show the php errors reporting (see INI 'error_reporting'
Note: See TracChangeset for help on using the changeset viewer.