Wednesday 30 June 2010 2:35:08 am
Use something like this. Writing from my memory, so check syntax :)
{def $relnode}
{foreach $node.data_map.masthead_images.content.relation_list as $rel}
{set $relnode = fetch(content, node, hash(node_id, $rel.node_id))}
<img src="{$relnode.data_map.image.content[original].full_path|ezroot}"/>
{/foreach}
{undef $relnode}
http://www.linkedin.com/in/ivolukac
http://www.netgen.hr/eng/blog
http://twitter.com/ilukac
|