http://svn.apache.org/viewcvs?view=rev&rev=159914
Thx Sim. salu2 On Sun, 2005-04-03 at 13:19 +0200, Sim IJskes wrote: > 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 > > -- thorsten "Together we stand, divided we fall!" Hey you (Pink Floyd)
