{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',6,false,0) $i $archive}
  • {$archive[stitle]}
    {$archive['title']}

    {cut(strip_tags($archive[introduce]),42)}

  • {/loop}
{/loop}
{template 'footer.html'}