摘要:
1、包含模板 {template 'header'} 或 {template 'header', 'member'} 被解析为 : 表示使用 template/default/header.htm 模板文件: 被解析为: 表示使用 template/default/member/header.htm 阅读全文
摘要:
一、模板存放及调用规则 模板存放于系统 template 目录,template 目录下的一个目录例如 template/default/ 即为一套模板模板文件以 .htm 为扩展名,可直接存放于模板目录例如 template/default/index.htm也可以存放于模板目录的子目录里例如 t 阅读全文