Forums / Setup & design / Access parent.parent objects?
Michael Bolien
Friday 30 May 2003 8:49:21 am
Hi everybody,
I want to have access in a template to a contentobject (depth=3) two levels above the actual one (depth=5). I need the nodeID of that object in level 3. I tried
$node.parent_node_id.parent_node_id.
That doesn't work ... hmm, any other ideas?
BTW: Does anyone know how to access the values of an enumlist from a template????
Regards,Michael
Friday 30 May 2003 1:52:43 pm
OK, I made it .....
its in the "path_array" .....
Michael