{template header.html}

FineCMS企业管理系统

业界真正的免费开源软件,无任何版权限制

{php $i=0;} {loop $cats $c} {if $c['parentid']==0 && $c['typeid']==1} {if $i%2==0}
{/if}

{$c['catname']}

{if $i%2==1}
{/if} {php $i++;} {/if} {/loop} {if $i%2==1}
{/if}
{if plugin('link')}
  • {list table=link.link order=listorder_asc cache=36000}
    {$t['name']}
    {/list}
{/if}
{template footer.html}