{include file="head.html"}
请选择分类
{foreach item=c from=$catList}
{$c.title}
{foreach item=cc from=$c.child}
{$cc.title}
{/foreach}
{/foreach}
{include file="footer.html"}