1
Hi Guys,
I have search high and low, it seemed no one has this problem. I use Content Module 0.5 and the block is working correctly showing the title links up to only 2 levels.
meaning,
Title 1.........OK
Title 1.1......OK
Title 1.2......OK
Title 1.3......."Not OK"
Looking at the template file ct_nav_block.html, it seemed alright.
<{foreach item=link from=$block.links}> <{if $link.parent == 0}> <{$link.title}> <{else}><{if $link.parent == $link.currentParent}> <{/if}><{/if}> <{/foreach}> |
Anybody can help ?
thks