#parse("shared/_js_css.html")
${config.sitetitle}
#parse("shared/_header.html")
最新图文
更多 »
#foreach($row in ${loop.list("article","defaultpicurl<>''","id desc",4)})
${row.title}
${helper.cut("${row.content}",100)}
#end
#foreach($row in ${loop.list("article","defaultpicurl<>''","id desc",4)})
${row.title}
${helper.totime("${row.updatetime}","MM-dd")}
#end
热门文章
#foreach($row in ${loop.list("article","","id desc",5)})
${row.title}
#end
查看更多 »
#parse("shared/_footer.html")