Wednesday 26 October 2005 1:48:43 pm
Loop throw $node.object.current.node_assignments array which stores information about node assignments:
{foreach $node.object.current.node_assignments as $node_assigment}
{$node_assigment.node.name}
{/foreach}
Check in loop for more node info:{$node_assigment.node|attribute(show,1)}
Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog
|