{template 'header.html'}
{template 'system/cslide.html'}
{template 'position.html'}
    {loop categories() $t}
  • {$t['catname']} {if count(categories($t['catid']))}
      {loop categories($t['catid']) $t1}
    • {$t1['catname']} {if count(categories($t1['catid']))}
        {loop categories($t1['catid']) $t2}
      • {$t2['catname']} {if count(categories($t2['catid']))}
          {loop categories($t2['catid']) $t3}
        • {$t3['catname']} {if count(categories($t3['catid']))} {/if}
        • {/loop}
        {/if}
      • {/loop}
      {/if}
    • {/loop}
    {/if}
  • {/loop}
    {loop typies() $t}
  • {$t['typename']} {if count(typies($t['typeid']))}
      {loop typies($t['typeid']) $t1}
    • {$t1['typename']} {if count(typies($t1['typeid']))}
        {loop typies($t1['typeid']) $t2}
      • {$t2['typename']} {if count(typies($t2['typeid']))} {/if}
      • {/loop}
      {/if}
    • {/loop}
    {/if}
  • {/loop}

地 址:{config::get('address')}

邮政编码:{config::get('postcode')}

电 话:{config::get('tel')}

传 真:{config::get('fax')}

手机:{config::get('mobile')}

邮 箱:{config::get('email')}

投诉邮 箱:{config::get('complaint_email')}

{loop $archives $i $archive} {if $i%3==0}
{else}{/if}
{$archive['stitle']}
{$archive['title']}

{lang('price')}:{lang('unit')}{if $archive['attr2']}{$archive['attr2']}{else}{lang('not')}{/if}

{/loop}
{if isset($pages)}
{category_pagination($catid)}
{/if}
{template 'footer.html'}