{extend name="shop/blue/base" /} {block name="resources"} {/block} {block name="main"}
{include file='shop/blue/Cms/controlLeftMenu'/}
{if condition="count($result) neq 0"} {volist name="result" id="news"}
{$news.title} {$news.create_time | getTimeStampTurnTime}
{/volist} {else/}
{:lang('no_article')}
{/if} {include file='shop/blue/controlCommonPage' /}
{/block} {block name="javascript"} {/block}