請(qǐng)教如下DEDE代碼如何轉(zhuǎn)換為迅睿CMS的呢,
{dede:channel type='son' row='3' typeid='7' currentstyle="
<li class='on'><a href='~typelink~'>~typename~</a></li>
"}
<li {dede:global name=itemindex runphp="yes"}(@me==1)? @me="class='on'":@me="class=''";{/dede:global}><a href="[field:typeurl/]">[field:typename/]</a></li>
{/dede:channel}特別是這段要如何轉(zhuǎn)換為迅睿CMS的呢?
<li {dede:global name=itemindex runphp="yes"}(@me==1)? @me="class='on'":@me="class=''";{/dede:global}>
首先你要知道他這個(gè)標(biāo)簽的用途,用途是什么功能,他是調(diào)用什么數(shù)據(jù)調(diào),用哪里數(shù)據(jù)的
開源是一種精神,但不是義務(wù),幫忙是情分,不幫也不要抱怨,建議大家多研究代碼、多閱讀代碼、多翻閱社區(qū)歷史問(wèn)題!