模板开发手册
前端模板结构、标签语法、样式定制及主题开发规范
用户中心开发文档
目录结构public/template/clientarea/{模板标识}/
├── {模板标识}.php # 模板配置文件
├── clientarea.html # 仪表盘/首页
...
Deprecated: strip_tags(): Passing null to parameter #1 ($string) of type string is deprecated in /www/wwwroot/doc.0330.top/usr/themes/doc-mdui/index.php on line 121
购物车模板开发文档
目录结构public/template/cart/{模板标识}/
├── {模板标识}.php # 模板配置文件(必需)
├── cart.html # 商品列表页(必需...
Deprecated: strip_tags(): Passing null to parameter #1 ($string) of type string is deprecated in /www/wwwroot/doc.0330.top/usr/themes/doc-mdui/index.php on line 121
首页模板开发教程
概述本文档定义了在 public/template/web/{模板名}/ 目录下开发首页及相关页面的规范。目录结构规范public/template/web/{模板标识名}/
├── {模板标识名}.php # 模板...
Deprecated: strip_tags(): Passing null to parameter #1 ($string) of type string is deprecated in /www/wwwroot/doc.0330.top/usr/themes/doc-mdui/index.php on line 121
公用函数说明
$site 全局配置变量作用域:全站模板可用(首页模板、购物车模板、会员中心模板) 语法:{$site.字段名} 或 {$site['字段名']} 数据来源:后台「系统配置」各分组设定值站点基础信息变量名类型说...
Deprecated: strip_tags(): Passing null to parameter #1 ($string) of type string is deprecated in /www/wwwroot/doc.0330.top/usr/themes/doc-mdui/index.php on line 121