Quote:
Originally Posted by RS_Jelle
Just edit the FORUMHOME template and remove $navbar from it
And when you only want to remove the breadcrumbs, not the entire navbar, then you have to edit the navbar template and wrap this conditional around the breadcrumbs code:
Code:
<if condition="THIS_SCRIPT == 'scriptname'">the breadcrumbs code</if>
|
Is there any way to include two scriptnames in this condition?
Thank you!