{* 推荐内容 *}
推荐内容
-
{php}
// 获取最新文章
$latest = $zbp->GetArticleList(
array('*'),
array(
array('=', 'log_Status', 0)
),
array('log_PostTime' => 'DESC'),
array(6),
null
);
{/php}
{foreach $latest as $article}
- {/foreach}