{include file="public/include"} {include file="public/head"}
首页网站地图
{maccms:type ids="parent" order="asc" by="sort"}

{$vo.type_name}

{in name="$vo.type_id" value="1,2,5"}
分类
    {maccms:type parent="'.$vo['type_id'].'" order="asc" by="sort" id="vo1" key="key1"}
  • {$vo1.type_name}
  • {/maccms:type}
{/in} {notempty name="$vo.type_extend.area"}
地区
    {maccms:foreach name=":explode(',',$vo.type_extend.area)" id="vo2" key="key2"}
  • {$vo2}
  • {/maccms:foreach}
{/notempty} {notempty name="$vo.type_extend.year"}
年份
    {maccms:foreach name=":explode(',',$vo.type_extend.year)" id="vo2" key="key2"}
  • {$vo2}
  • {/maccms:foreach}
{/notempty} {notempty name="$vo.type_extend.class"}
类型
    {maccms:foreach name=":explode(',',$vo.type_extend.class)" id="vo2" key="key2"}
  • {$vo2}
  • {/maccms:foreach}
{/notempty}
{/maccms:type}

其他

{include file="public/foot"}