02
08月
2016
{ebcms:rs top="6" table="content" where="islock=1 and ispic=1 and classid in([cls.get_sonid(2)])" order="id desc"}
{rs:eof}没有数据{/rs:eof}
{$rs[link]} 链接地址
{$rs[title]} 标题
{cls.cutstr($rs[title],16,1)} 前16个字符的标题
{$rs[pic]} 图片的地址
{cls.cutstr(cls.nohtml($rs[intro]),90,1)} 前90个字符的内容截取
{cls.getdate($rs[createdate],"-",1)} 日期
{/ebcms:rs}