聯系官方銷售客服
1835022288
028-61286886
專題模塊,關聯內容,能不能調用出被關聯內容的欄目名稱和欄目url
http://www.zbshanke.com/doc/807.html
<div class="portlet light "> <div class="portlet-title"> <div class="caption"> <span class="caption-subject font-dark bold ">關聯內容1</span> </div> </div> <div class="portlet-body"> {if $glnr1} {module module=news IN_id=$glnr1 return=r} <p><a href="{$r.url}">{$r.title}</a></p> {/module} {else} 沒有關聯 {/if} </div> </div>
你專題模塊是怎么建的,共享還是獨立
獨立的
回復@猴子哥哥
專題模塊獨立的,關聯的news模塊也是獨立的
上面這段{$debug}出來居然是“{list action=navigator type=0 pid=0}”?沒道理啊