Hello,
are there any objections to recode (forrest/main/webapp/skins/common/skinconf.xsl) from :
<xsl:if test="not(trail)">
<trail>
<link1 name="" href=""/>
<link2 name="" href=""/>
<link3 name="" href=""/>
</trail>
<toc level="2" location="page"/>
</xsl:if>to
<xsl:if test="not(trail)">
<trail>
<link1 name="" href=""/>
<link2 name="" href=""/>
<link3 name="" href=""/>
</trail>
</xsl:if>
<xsl:if test="not(toc)">
<toc level="2" location="page"/>
</xsl:if>in the latter case i can suppress the minitoc on pagelevel without specifying a <trail>
Gr. Sim
