{if $mytheme.home_rank.is}
{maccms:type ids="'.$mytheme['home_rank']['id'].'" order="asc" by="sort" id="vo1" key="key1"}

{$vo1.type_name}{$mytheme.home_rank.title}

更多
    {maccms:vod num="1" type="'.$vo1['type_id'].'" order="desc" by="hits"} {include file="block/vod_box_media"} {/maccms:vod}
    {maccms:vod num="'.$mytheme['home_rank']['num'].'" type="'.$vo1['type_id'].'" order="desc" by="hits"} {include file="block/vod_box_rank"} {/maccms:vod}
{/maccms:type}
{/if}