{extend name="public/base" /} {block name="body"}
{:getCategory(2,'catname')} 更多>>
    {yzn:content action="lists" catid="2" num="5" order="listorder ASC" cache="3600" return="data"} {volist name="data" id="vo"}
  • {$vo['title']}
  • {/volist} {/yzn:content}
{:getCategory(3,'catname')} 更多>>
    {yzn:content action="lists" catid="3" num="5" order="listorder ASC" cache="3600" return="data"} {volist name="data" id="vo"}
  • {$vo['title']}
  • {/volist} {/yzn:content}
{:getCategory(4,'catname')} 更多>>
    {yzn:content action="lists" catid="4" num="5" order="listorder ASC" cache="3600" return="data"} {volist name="data" id="vo"}
  • {$vo['title']}
  • {/volist} {/yzn:content}
{/block}