includes/
├─── openzctpl/ **模板引擎目录
│ ├─── classes/ **工具类目录
│ ├─── config/ **配置目录
│ ├─── functions/ **通用函数目录
│ ├─── install/ **安装目录
│ ├─── model/ **标签模型目录
│ └─── openzc.php **OpenzcTPL引擎入口文件
│
│
├─── templates/
│ └─── template_openzc/ **模板文件夹
│ ├─── helper.php **模板函数辅助文件
│ ├─── page_route.php **模板文件映射
│ ├─── template_info.php **模板说明文档
│ ├─── html/ **模板文件.tpl
│ │ ├─── modules/ **系统内置固定使用文件夹(不可删)
│ │ │ └─── json/ **系统内置数据处理附件
│ │ │ └─── msgbox/ **系统内置信息提示框模板
│ │ │ └─── tpl/ **系统内置固定模板文件
│ ├─── languages/ **自定义define国家语言
│ ├─── templates/ **原始Zencart模板必须文件
│ └─── tplcache/ **模板文件临时缓存目录