Esempio n. 1
0
function modeTemplate($srcTpl, $tarTpl)
{
    $file_str = readover($srcTpl);
    $file_str = tplParsePrint($file_str);
    pwCache::writeover($tarTpl, $file_str);
    return $tarTpl;
}
Esempio n. 2
0
 function tplParsePrint()
 {
     $this->string = tplParsePrint($this->string);
 }