apeblog/public/template/default/info.php

28 lines
1.1 KiB
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(
// 主题名称
'title'=>'默认主题',
// 主题作者
'author'=>'MonkeyCode',
// 演示URL
'demo_url'=>'http://default.lcm.wang/',
// 分类样式
'category_type'=>array('默认列表'=>1,'两排列表'=>2),
// 文章样式
'article_type'=>array('普通文章'=>1,'音乐文章'=>2,'视频文章'=>3),
//主题说明
'info_file'=>'全部都是可视化的 没什么可说明的',
// 主题设置方法(填写文件名称,必须在当前目录下)
'set_file'=>'set.php',
// 更新地址
'update_url'=>'http://www.lcm.wang/',
// 删除方法(填写主题的文件夹名称 多个用逗号隔开 最后必须带着逗号 例如:./a/,./b/,
// 'remove_file'=>'./Public/Bailandi/,./Application/Home/View/Bailandi/',
// 预览文件(填写文件名称,必须在当前目录下)
'preview_file'=>'preview.jpg',
// 当前版本
'versions'=>1.0
)
?>