/ Published in: Other
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
{def $banner = array()} {foreach $pagedesign.data_map.sidebar_banners.content.relation_list as $Relations} {set $banner = fetch( content, node, hash( node_id, $Relations.node_id ) )} {node_view_gui view='line' content_node=$banner} {/foreach}