Changeset 123
- Timestamp:
- 03/27/06 17:12:46 (3 years ago)
- Files:
-
- trunk/lib/jelix/tpl/jTpl.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/jelix/tpl/jTpl.class.php
r108 r123 92 92 $cachefile = JTPL_CACHE_PATH . $filename; 93 93 94 $mustCompile = $ _GLOBALS['jTplConfig']['compilation_force']['force'] || !file_exists($cachefile);94 $mustCompile = $GLOBALS['jTplConfig']['compilation_force']['force'] || !file_exists($cachefile); 95 95 if (!$mustCompile) { 96 96 if (filemtime($tpl) > filemtime($cachefile)) {
