列表页面list.html里调用模块内容关联Related
模块内容关联 Related,如何在列表页面list.html里调用出来?
{if $字段名}
{module module=模块 IN_id=$字段名 return=r}
{$r.url}
{$r.title}
......
{/module}
{else}
没有关联
{/if}这个只能在内容页面里
{if $字段名}
{module module=模块 IN_id=$字段名 return=r}
{$r.url}
{$r.title}
......
{/module}
{else}
没有关联
{/if}这个只能在内容页面里