Quote:
Originally Posted by TAFJonathan
Thanks - this is excellent.
Is there some <if> code I can surround it with to keep it from displaying on the forumhome page?
|
The way I've done it in my navbar template is:
Code:
<if condition="is_array($navbits)">
... generate breadcrumb table ...
</if>
That keeps it from displaying unless you've navigated a level down into the site.