phpcms:二头部尾部包含
Posted 怪咖咖
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了phpcms:二头部尾部包含相关的知识,希望对你有一定的参考价值。
1.index.html是默认的首页
{template "content","header"}引入头部的模块
{template "content","footer"}引入尾部的模块
{template "content","header"}是复制了header.html的内容,也可以引入其他模块的公共文件,如:
{template "shazhongming","header_shazhongming"}。
假如:
改为:\template\test\szm\header_szm.htm
提示:\template\default\szm\header_szm.htm is not exists!
说明:系统先找test,如果没有,再去找default,也没有,就报错了!
以上是关于phpcms:二头部尾部包含的主要内容,如果未能解决你的问题,请参考以下文章