迅睿CMS框架是一款PHP8高性能·简单易用的CMS开源开发框架,基于MIT开源许可协议发布,免费且不限制商业使用,是免费开源的产品,以万端互联为设计理念,支持的微信公众号、小程序、APP客户端、移动端网站、PC网站等多终端式管理系统。
联系官方销售客服
1835022288
028-61286886
各位老师这种导航栏高亮如何改成迅睿的呢??{dede:channel type='son' currentstyle="<a href='~typelink~' class='thisclass'>~typename~</a>"} <a href="[field:typeurl/]">[field:typename/]</a>{/dede:channel}
{category ********} 在循环体中判断当前栏目高亮显示 {if IS_SHARE && $catid && in_array($catid, $t.catids)} active{/if} {/category}
{category module=share pid=0 return=t} <a href="{$t.url}" {if in_array($catid, $t.catids)} class='thisclass' {/if} >{$t.name}</a> {/category} {if in_array($catid, $t.catids)} class='thisclass' {/if} //这个就是判断当前栏目高亮的