Summary:
Can't display sub hierarchies with action='hierarchy'
Detailed Description:
Hi,
with the default template, i can't display the subs hierarchies, something is
wrong or missing in this part :
{elseif $item.count gt 0}
<a href="{$item.url}">{$item.name}</a> -> doesn't display the sub name !
{else} ...
If i try : <a href="{$item.url}"> {$item.children[0].name} </a> i can display
the first sub hierarchy name.
Is it missing a loop code to get the children names a this place?
thx.