Wednesday 11 May 2005 8:59:22 am
I would use this kind of code (untested) :
{let
firstchild=fetch('content',
'list',
hash( parent_node_id, $node.node_id,
limit,1 ))
}
{section name=Child loop=$firstchild}
{node_view_gui view=full content_node=$:item}
{/section}
{/let}
|