{include file="common/head" /} {include file="common/nav" /}
{include file="common/banner_fenye" /} {php} $pageConfig = [ 'is_page' => 1, 'list_rows' => 6, 'curr_page' => 'active', 'pre_text' => '', 'next_text' =>'', 'div_class' => 'page', 'def_pre_class' => 'page_prev', 'def_next_class' => 'page_next', ]; $list = siteGetList($detail['model_id'], $detail['arrchildid'], $pageConfig); $listres=$list->toArray(); {/php} {if !$list->isEmpty()}
{volist name="list" id="vo" key="k"}
{$vo.name}

{:date("M. d, Y",$vo['news_time'])}

{if condition="$k eq 1"}

{$vo.name}

{else/} {$vo.name} {/if}

{$vo.introduction}

{:lang('zg_read_more')}

{/volist}
{$list->render()|raw}
{else/}

{:lang('none')}

{/if}
{include file="common/footer" /}