ThinkPHP用include file引入模板后,动态内容不执行,怎么处理呢

浏览:25647 发布日期:2013/01/18 分类:求助交流 关键字: thinkphp include file volist
这是首页index.html包含<include file="./Tpl/Index/Include/index_Top.html"/>的头部文件,里面有动态内容,如下是index_Top.html的部分代码:         <volist name="type" id="vo">
                <li><a href="{:U('ComType/comType?type_id='.$vo['id'])}">{$vo.type_Name}</a></li>     
        </volist>
可是我在另外的一个页面comintro.html包含<include file="./Tpl/Index/Include/index_Top.html"/>这个头部文件index_Top.html,动态内容就是不能加载,求大神指教!!!
最佳答案
评论( 相关
后面还有条评论,点击查看>>