判斷如果在某某欄目顯示某某內容

——

打印本文             

判斷如果在ID1欄目顯示:


{if $catid==1}
顯示{else}
無{
/if}



判斷多個欄目顯示:


{if $catid==0}
顯示一
{elseif $catid==1}
顯示二
{else}
無
{/if}


判斷在指定欄目及下屬子級欄目頁面顯示:


{if $topid==0}
顯示一
{elseif $topid==1}
顯示二
{else}
無
{/if}



上一篇獲取config配置文件中選項內容
下一篇模板中調用留言