已经排除权限问题,大小写问题,路径 等问题。
如果没用使用模板继承,可以直接解析出html出来。使用了则是一片空白!
已经折腾了好久了,求解决。。。。。
common.html
<block name="header">
<include file="Public:header" />
</block>
<block name="style"></block>
<block name="main"></block>
<block name="footer">
<include file="Public:footer" />
</block>
<block name="js"></block>header.html<html>
<html>
<head>
<meta charset="utf-8">
<title>XXXX</title>
</head>footer.html<div>
我是底部
</div>
</body> 最佳答案