<xsl:value-of select="$currentpage.marker"/>
</xsl:when>
<xsl:otherwise>
- <xsl:text>Home</xsl:text>
+ <xsl:call-template name="gentext.nav.home"/>
<xsl:value-of select="$currentpage.marker"/>
</xsl:otherwise>
</xsl:choose>
<xsl:value-of select="$bannertext/@value"/>
</xsl:when>
<xsl:otherwise>
- <xsl:text>Home</xsl:text>
+ <xsl:call-template name="gentext.nav.home"/>
</xsl:otherwise>
</xsl:choose>
</a>
<xsl:attribute name="href">
<xsl:call-template name="homeuri"/>
</xsl:attribute>
- <xsl:text>Home</xsl:text>
+ <xsl:call-template name="gentext.nav.home"/>
</a>
<xsl:if test="$footers">
<xsl:text> | </xsl:text>