Monday 28 January 2008 12:53:25 am
Łukasz thanks for the prompt response. For reference for others I changed
{if le( $node.depth, '3')}
{set $classes=array( 'infobox', 'folder' )}
{/if}
to
{if le( $node.depth, '3')}
{set $classes=array( 'infobox' )}
{/if}
that seemed to do the trick and subfolders are now displayed.
www.peakm3.com
|