{include file="header.html"}

{$site.sitename}

{include file="fixed_h.html"} {include file="nav_cat.html"}
{get data=t_c model=ad fun=listByNo("index_flash",4)} {foreach item=c key=k from=$t_c}

{$c.title}

{/foreach}
{api data=t_c control=productapi fun=onList(2,8)} {foreach item=c from=$t_c} {/foreach}
{$c.title|cutstr:36:..}
{api data=t_c control=productapi fun=onList(1,12)}
{foreach item=p key=k from=$t_c} {if $k%2 eq 0} {/if} {/foreach}
{foreach item=p key=k from=$t_c} {if $k%2 eq 1} {/if} {/foreach}
{include file="footer.html"}