mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-04 06:12:48 +08:00
修正include标签的bug
This commit is contained in:
@@ -404,9 +404,9 @@ class Template
|
||||
}
|
||||
$parseStr = str_replace('[' . $k . ']', $v, $parseStr);
|
||||
}
|
||||
$content = str_replace($match[0], $parseStr, $content);
|
||||
// 再次对包含文件进行模板分析
|
||||
$funReplace($parseStr);
|
||||
$content = str_replace($match[0], $parseStr, $content);
|
||||
}
|
||||
unset($matches);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user