速建时代数据管管家- 湖北速建时代网络科技有限公司
Index
资源下载
授权查询
正版授权
增值服务
帮助中心
web制作教程
api教程
LOGIN
LOGIN
Index
资源下载
授权查询
正版授权
增值服务
帮助中心
web制作教程
api教程
×
用户登录
手机号
获取验证码
验证码
登录
PHP open source website building system manager
the latest versionV4.3.0
Purchase
Download
Notice on list of infringing websites
An open letter from the user
Notice of product commercial use authorization
web制作教程
api教程
v4.2单页制作教程
发布日期:2022-10-20
##头部文件引入 ``` <title>{$cates.cate_name}-{$confs.name}</title> <meta name="keywords" content="{$cates.keywords?$cates.keywords:$confs.keywords}"/> <meta name="description" content="{$cates.desc?$cates.desc:$confs.desc}"/> ``` ##css js img 引入 ``` <script type="text/javascript" src="__TEMPCSS__/js/timepeople.js"></script> <link rel="stylesheet" href="font/iconfont.css" /> ``` ##正文调用 ``` <h2>{$cates.cate_name}</h2> <div class="box"> <?php echo htmlspecialchars_decode($cates['content']);?></div> ``` ##频道页封面图调用 ``` <img src="{if condition="$topCates['img'] eq ''"}https://www.hbsjsd.cn/public/static/index/uploads/img/20210224/408595d4245e5adbae5b6d0ff1282b9d.jpg{else/}{$topCates.img}{/if} " style="width: 100%; height:100%" alt="{$cates.cate_name}"> ``` ##头部底部切割调用 ``` {include file="../template/head.html"} {include file="../template/footer.html" } ```
←
上一篇:
下一篇:
→