{include file="header.extend"}
基本设置
{include file="userinfor.extend"} {include file="endmenu.extend"}
{php}$i=1{/php} {lm:loop name='conlist'} {/lm:loop}
# 标题 频道 状态 文章发布时间 操作
{php} echo $i++{/php} {conlist.title} {if conlist.thumb!=''} [] {/if} {conlist.channel_name} {if conlist.status}通过审核{else}待审核{/if} {function:getdate(format="Y-m-d",time=conlist.publish_date)} 编辑 删除
{lm:pagelist}
{include file="footer.extend"}