织梦模板dede:channelartlist标签支持currentstyle
织梦dedecms中仅channel支持currentstyle属性,实际使用中往往需要channelartlist添加currentstyle,修改如下:
修改include\taglib\channelartlist.lib.php
第93行$pv->Fields['typeurl'] = GetOneTypeUrlA($typeids[$i]);
新增(其中'ON'为设置的样式类):
织梦dedecms中仅channel支持currentstyle属性,实际使用中往往需要channelartlist添加currentstyle,修改如下:
修改include\taglib\channelartlist.lib.php
第93行$pv->Fields['typeurl'] = GetOneTypeUrlA($typeids[$i]);
新增(其中'ON'为设置的样式类):