1、列表内容标签

1 [!--empirenews.listtemp--]<!--list.var1-->[!--empirenews.listtemp--]

 2、分页标签

[!--show.listpage--]

 3、遍历导航栏目名称以及链接

1 [e:loop={"select classid,classname,islast,bname from {$dbtbpre}enewsclass where bclassid='0' and classid != 70 and classid != 79 and classid != 80 order by myorder,classid ASC limit 11",0,24,0}]
2 
3     <?php $classurl=sys_ReturnBqClassname($bqr,9);?>
4 
5     <li >$bqr[classname]?></a></li>
6 
7 [/e:loop]

 

相关文章:

猜你喜欢
相关资源
相似解决方案