Changeset 623
- Timestamp:
- 10/29/07 17:06:04 (1 year ago)
- Files:
-
- trunk/lib/jelix/tpl/jTplCompiler.class.php (modified) (1 diff)
- trunk/lib/jelix/tpl/jTplCompiler.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/jelix/tpl/jTplCompiler.class.php
r611 r623 95 95 public function compile($tplFile, $outputtype, $trusted){ 96 96 $this->_sourceFile = $tplFile; 97 $this->outputType = ($outputtype==''?'html':$outputtype); 97 98 $cachefile = JTPL_CACHE_PATH .$this->outputType.($trusted?'_t':'').'_'. basename($tplFile); 98 $this->outputType = ($outputtype==''?'html':$outputtype);99 99 $this->trusted = $trusted; 100 100 #else trunk/lib/jelix/tpl/jTplCompiler.class.php
r611 r623 95 95 public function compile($tplFile, $outputtype, $trusted){ 96 96 $this->_sourceFile = $tplFile; 97 $this->outputType = ($outputtype==''?'html':$outputtype); 97 98 $cachefile = JTPL_CACHE_PATH .$this->outputType.($trusted?'_t':'').'_'. basename($tplFile); 98 $this->outputType = ($outputtype==''?'html':$outputtype);99 99 $this->trusted = $trusted; 100 100 #else
