织梦的问题:{dede:pagelist listitem=”info,index,end,pre,next,pageno,option” listsize=”5″/},这里显示结果是中文的,
我想改成英文的,应该去哪里改呢?
include/arc.listview.class.php 第909行左右
让其横排的普通使用方法
<div style=”float:left”>
<style type=”text/css”>
.hy01{list-style:none;margin:0px; float:left}
.hy01 li{ float:left; padding-left:2px; }
</style>
<ul>
{dede:pagelist listitem=’index,pre,netxt,info,pageno’ listsize=’5’/}
</ul>
</div>