try overriding fsfe menu from fsfe.xsl

svn path=/branches/test/; revision=28631
This commit is contained in:
paul 2014-06-16 14:03:16 +00:00
parent abf97cb3fb
commit 85b825e1ff

View File

@ -6,10 +6,9 @@
<xsl:output method="html" encoding="utf-8" indent="yes" doctype-system="about:legacy-compat" />
<!-- Remove FSFE menu -->
<xsl:template match="node()|@*">
<xsl:copy> <xsl:apply-templates select="node()|@*"/> </xsl:copy>
<xsl:template match="ul[@id='menu-list']">
look, here is the menu template
</xsl:template>
<xsl:template match="ul[@id='menu-list']"/>
<!-- HTML head -->
<xsl:template match="head">