迅睿CMS框架是一款PHP8高性能·簡單易用的CMS開源開發(fā)框架,基于MIT開源許可協(xié)議發(fā)布,免費且不限制商業(yè)使用,是免費開源的產(chǎn)品,以萬端互聯(lián)為設(shè)計理念,支持的微信公眾號、小程序、APP客戶端、移動端網(wǎng)站、PC網(wǎng)站等多終端式管理系統(tǒng)。
聯(lián)系官方銷售客服
1835022288
028-61286886
那么迅睿cms可以與之替換的標(biāo)簽是什么呢?
當(dāng)前位置
欄目頁的模板標(biāo)簽生成工具:http://223987.com/doc/code/category.html
{category pid=$top.id return=c}
<li {if $c.id==$catid} class="active"{/if}><a href="{$c.url}">{$c.name}</a></li>
{/category}
回復(fù)@wxj220 active是可以替換的class值嗎?
active替換為原來模板中的高亮或者當(dāng)前選擇的class就可以了,望采納
當(dāng)前位置
欄目頁的模板標(biāo)簽生成工具:http://223987.com/doc/code/category.html
{category pid=$top.id return=c}
<li {if $c.id==$catid} class="active"{/if}><a href="{$c.url}">{$c.name}</a></li>
{/category}
回復(fù)@wxj220 active是可以替換的class值嗎?
{category pid=$top.id return=c}
<li {if $c.id==$catid} class="active"{/if}><a href="{$c.url}">{$c.name}</a></li>
{/category}
active替換為原來模板中的高亮或者當(dāng)前選擇的class就可以了,望采納