太阳成游戏网站CMS框架是一款PHP8高性能·简单易用的CMS开源开发框架,基于MIT开源许可协议发布,免费且不限制商业使用,是免费开源的产品,以万端互联为设计理念,支持的微信公众号、小程序、APP客户端、移动端网站、PC网站等多终端式管理系统。
联系官方销售客服
QQ1835022299
028-61286886
首页 产品世界 探索日康 媒体中心 日康课堂 加入日康
谁知道这种怎么循环导航啊
{category module=share pid=0}
{cache name=module-content return=m} {if !$m.share}
class="m0"
class="m1"
class="m2"
class="m3"
首页 {category module=share pid=0} {$t.title} {/category}
{category module=share pid=$t.id return=t2}-
{$t2.name}
{if $t2.child}
{/category}
{/if}{category module=share pid=$t2.id return=t3}-
{$t3.name}
{/category}
{/if}{category module=$m.dirname pid=0 return=t2}-
{$t2.name}
{if $t2.child}
{/category}
{category module=$m.dirname pid=$t2.id return=t3}-
{$t3.name}
{/category}
{/if}这些都在默认模版里面有啊!!!!注意查看默认模版文件里面的调用代码,对你很有帮助