一、访问地址

1、表单提交

/index.php?s=模块目录&c=表名称&cid=模块内容id

2、表单详情

/index.php?s=模块目录&c=表名称&m=show&id=表单内容id&cid=模块内容id

2、表单列表

/index.php?s=模块目录&c=表名称&m=page&cid=模块内容id


二、模板文件

1、表单提交

复制 /templates/pc/default/home/form.html 到 /templates/pc/default/home/模块目录/form_表名称.html

2、表单详情

复制 /templates/pc/default/home/form_show.html 到 /templates/pc/default/home/模块目录/form_表名称_show.html

2、表单列表

复制 /templates/pc/default/home/form_page.html 到 /templates/pc/default/home/模块目录/form_表名称_page.html


三、模板变量

变量
说明
$meta_title
SEO标题
$meta_keywords
SEO关键字
$meta_description
SEO描述
$get一维数组,url中的参数
$site_info二维数组,所有站点信息
$member一维数组,当前登录的会员信息
$is_mobile表示是否是手机端访问


文档最后更新时间:2019-03-01 07:49:24