// 文件路径:/phpcms/libs/classes/template_cache.class.php 42行
// 第四第五行是新增的
$content = $this->template_parse($content);
4 $arrStr = array(" "," ","\t","\n","\r", "\r\n");
5 $content = str_replace($arrStr, '', $content);
$strlen = file_put_contents($compiledtplfile, $content);