Wiki

Solution: Display Fetched Images

Submited via forums by Lukasz Serwatka

Solution

Template code which fetchs an image from my image gallery. The image is different depending on what node the user is currently viewing.

{let myimage=fetch( 'content', 'node', 
                    hash( 'node_id', 123))}
 
{attribute_view_gui attribute=$myimage.object.data_map.image}
 
{/let}

References