On 4/18/06, Jim Douglas <[EMAIL PROTECTED]> wrote:
> To get ride of the menu, change this
> <xsl:template match="nav:[EMAIL PROTECTED] = 'true']"/>
> to this,
> <xsl:template match="nav:[EMAIL PROTECTED] = 'false']"/>
>
> ...that was easy,
>
> (the file is /usr/opt/tomcat/webapps/lenya/lenya/xslt/navigation/menu.xls)
That would display a menu of the documents that have been hidden. The
only reason that might display nothing is if there are no hidden
documents.
The best method of removing the menu is to remove:
<xsl:apply-templates select="xhtml:[EMAIL PROTECTED] = 'menu']"/>
from the various page2xhtml.xml files.
You could also remove:
<map:part src="cocoon://navigation/{2}/{3}/menu/{5}.xml"/>
from the XMAPs.
solprovider
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]