左側(cè)三級分類調(diào)用帶高亮
僅對列表頁可用,內(nèi)容頁不能用,請指點(diǎn)。(給我整個(gè)參照最好)
<ul>
{category module=share pid=$top.id}
<li{if $t.id==$cat.id} class="active"{/if}><a href="{$t.url}">{$t.name}</a></li>
<ul>
{category module=share pid=$t.id return=t2}
<li{if $t2.id==$cat.id} class="active"{/if}><a href="{$t2.url}">{$t2.name}</a></li>
{/category}
</ul>
{/category}
</ul>僅對列表頁可用,內(nèi)容也不能用,請指點(diǎn)。
官方提醒:使用category欄目循環(huán)標(biāo)簽的生成工具,填寫參數(shù)就可以生成相關(guān)的代碼,每個(gè)參數(shù)后面都有用法解釋
{if $t2.id==$cat.id}改成
{if dr_in_array($cat.id, $t2.catids)}開源是一種精神,但不是義務(wù),幫忙是情分,不幫也不要抱怨,建議大家多研究代碼、多閱讀代碼、多翻閱社區(qū)歷史問題!
我來學(xué)習(xí)一下