uccfw 发表于 2011-7-27 13:40:32

模块下面的index.php调用index.htm,如何调用其他.htm


比如说quote行情模块下面的index.php调用的是模板quote/index.htm。如果要调用其他模板,如,index2.htm,index3.htm


该怎么办

yang131261 发表于 2011-7-27 16:00:45


你可以看看这个 在show.html里

{template 'comment', 'chip'}   表示使用的是 template/default/chip/comment.html

你在index.php里写类似于上述的试一试
页: [1]
查看完整版本: 模块下面的index.php调用index.htm,如何调用其他.htm