Fix navigation typo + change catch phrase on fr

svn path=/trunk/; revision=335
This commit is contained in:
loic
2001-05-05 13:32:11 +00:00
parent 9a3223cda4
commit e54b008050
5 changed files with 23 additions and 14 deletions

View File

@@ -16,6 +16,7 @@
<xsl:param name="fsf">http://www.fsf.org</xsl:param>
<xsl:param name="gnu">http://www.gnu.org</xsl:param>
<xsl:param name="filebase">nofile.html</xsl:param>
<xsl:param name="path">nofile.html</xsl:param>
<xsl:template match="/">
<xsl:copy>
@@ -43,9 +44,9 @@
</head>
</xsl:template>
<xsl:include href="navigation.de.xsl" />
<xsl:include href="navigation.en.xsl" />
<xsl:include href="navigation.fr.xsl" />
<xsl:include href="navigation.en.xsl" />
<xsl:include href="navigation.de.xsl" />
<xsl:template match="@*|node()" priority="-1">
<xsl:copy>