{loop subcat(0,0,0,$siteid) $r} 
{php $num++}
  <strong><a href="{$r[url]}">{$r[catname]}</a></strong>
  <font>
  {pc:content action="category" catid="$r[arrchildid]" siteid="$siteid" order="listorder ASC"}
    {php $c= count($data)} 
    {loop $data $r}
      <a href="{$r[url]}">{$r[catname]}</a>
      {if $n==$c/2}
        <br />
      {elseif $n!=$c}
      |
      {/if}
    {/loop}
  {/pc} 
  </font> 
{/loop}

相关文章:

  • 2022-02-27
  • 2021-08-19
  • 2022-02-17
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-27
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案