Saturday 21 January 2006 10:55:33 am
I have the following problem I'm trying to access the image, that is a part of the article:
{def $my_node=fetch( 'content', 'node', hash( 'node_id', 82 ) )} <img src={$my_node.data_map.image.content[reference].full_path}> 82 is number of node for my article but it doesn't work - I am unable to read "full_path" because its always NULL with other fields (image.content.name; image.content.id and so) I aquire the proper values... what is wrong with that?
|