JTBC(CMS)

开源与免费的跨平台网站内容管理系统解决方案

腾讯交流群: 2254994
技术支持群: 27032719
首页 » 在线论坛 » PHP版本 
帖子内容
1 楼
风云本色
注册会员
积分 316
注册 2009-02-10
     
关注下php
老大:多头尾时这段代码怎么写啊?
(希望能写出具体方法)
$nhead = $default_head;
$nfoot = $default_foot;
2009-06-01 16:17:50 有事联系:solomon ; solomon.zjf@hotmail.com
2 楼
jetiben
管理员
积分 7076
注册 2006-06-28
     
$nhead 可以认为他是一个默认头, 如果模板中出现不同的头, 那么直接 {$=mm_web_head('头名称')} 就好了
2009-06-02 11:39:49