{include file='header.html'}

模板风格

{foreach item=t from=$skinslist}
  风格名称:{$t.skinsname}
  风格作者:{$t.skinsauthor}
  适合版本:{$t.skinsversion} {if $t.skinstype eq 'wap'}手机版{/if}
  {$t.using}
{/foreach}
{include file='footer.html'}