{foreach $theme_list as $k=>$v}
{$v['title']}
{/foreach}
{foreach name="$template" item="vo"}
{$vo.title}
{$vo.desc}
{if isset($vo.is_default) && $vo.is_default == 1}
使用中
{/if}
立即使用
预览
{/foreach}