fzs888 发表于 2011-4-7 18:00:19

如何调用某个模块的导航栏目?

{if $c==$catid}首 页{else}首 页{/if}
      {php $child = get_maincat(0, $CATEGORY, 1);}
                {loop $child $i $c}
                {if $c==$catid}{$c}{else}{$c}{/if}
      {/loop}

用以上代码如何调用某个模块的导航栏目。

fzs888 发表于 2011-4-7 18:01:07


我想通这段代码调用指定的模块导航栏目。
页: [1]
查看完整版本: 如何调用某个模块的导航栏目?