Wednesday 23 February 2005 7:21:10 am
Well, it turns out I found my own answers with a bit more digging: $attribute.object: object this attribute belongs to. Once you have an object, you can use the following to get its parent node in the content tree:
{let parent_node=fetch(content, node, hash( node_id, $attribute.object.current.main_parent_node_id ))}
{* code here... *}
{/let}
|