文件结构
screenshot.png [必需]缩略图 300*240像素, 横向;
theme.xml [必需]自述文件;
style/*.css [必需]
main.php 应用内置管理页
include.php 应用嵌入页
include/ 主题自带模块 {module:abc} 这个暂时用不到,在主题中直接调用也会出错
script/ js文件
template/ 主题文件6个文件
index.php 首页及列表页
single.php 文章页(单页)
search.php 搜索结果页,不存在时使用index.php
header.php 公共头部文件
footer.php 公共尾部文件
404.php 建议设置
搜索页和单页和首页布局差不多,只是内容的布局和加载的模块不一样