打开config/titletype.xml
默认如下:
<?xml version="1.0" encoding="gb2312"?>
<TitleTypeRule>
<Field Name="[图文]" Color="green" />
<Field Name="[组图]" Color="red"/>
<Field Name="[推荐]" Color="#990000"/>
<Field Name="[注意]" Color="#0000FF">
<Field Name="[公告]" Color="blue"/>
<Field Name="[视频]" Color="#ff6600" Icon="/images/video.gif"/>
</TitleTypeRule>
这里我们可以给每个前缀增加图标哦,也可以按格式增加自己的前缀
如,修改为
<?xml version="1.0" encoding="gb2312"?>
<TitleTypeRule>
<Field Name="[图文]" Color="green" />
<Field Name="[组图]" Color="red"/>
<Field Name="[推荐]" Color="#990000"/>
<Field Name="[注意]" Color="#0000FF" Icon="/images/note.gif"/>
<Field Name="[公告]" Color="blue"/>
<Field Name="[视频]" Color="#ff6600" Icon="/images/video.gif"/>
</TitleTypeRule>
即增加红色的图片路径,接下来,我们更新下缓存,并到后台添加文章时选择注意这个前缀