Files
sentcms/web/template/default/info.php

9 lines
361 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
return array(
'name' => '默认模板', //模板名称
'remark' => '模板名称.', // 模板简单介绍
'img' => 'logo.png', // 后台显示模板缩列图 相对于模板目录路径
'type' => 'pc', //模板类型pc为PC端模板mobile为手机端模板
'version' => 'v1', // 模板版本
'author' => '郭平平', // 作者
);