{layout name="shoutu13/layout" /}

{:config($data.type.id.'.title')}

{notempty name="data.nav"} {volist name="data.nav" id="vod" key="k" length="3"} {notempty name="vod.data"}
  • {$vod.name}
  • {volist name="vod.data" id="vods"} {if condition="($k==1)"}
  • {$vods.name}
  • {elseif condition="($k==2)"}
  • {$vods.name}
  • {elseif condition="($k==3)"}
  • {$vods.name}
  • {/if} {/volist}
{/notempty} {/volist} {/notempty}