{template 'header.html'}
{template 'left.html'}
{loop categories($catid) $i $t}
{$t['catname']}
{$t['htmldir']} {template 'position.html'}
    {loop archive($t[catid],0,0,'0,0,0',20,'aid',10,false,0) $i $archive}
  • {=sdate($archive[adddate],'Y-m-d')} {$archive[title]}
  • {/loop}
{/loop}
{template 'footer.html'}