aboutsummaryrefslogtreecommitdiffstats
path: root/stylesheets/xhtml/lfs-legalnotice.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'stylesheets/xhtml/lfs-legalnotice.xsl')
-rw-r--r--stylesheets/xhtml/lfs-legalnotice.xsl9
1 files changed, 8 insertions, 1 deletions
diff --git a/stylesheets/xhtml/lfs-legalnotice.xsl b/stylesheets/xhtml/lfs-legalnotice.xsl
index 8e59611f4..bc677d8d1 100644
--- a/stylesheets/xhtml/lfs-legalnotice.xsl
+++ b/stylesheets/xhtml/lfs-legalnotice.xsl
@@ -33,7 +33,14 @@
<xsl:attribute name="href">
<xsl:text>../index.html</xsl:text>
</xsl:attribute>
- <xsl:text>Home</xsl:text>
+ <xsl:attribute name="title">
+ <xsl:value-of select="/book/bookinfo/title"/>
+ <xsl:text> - </xsl:text>
+ <xsl:value-of select="/book/bookinfo/subtitle"/>
+ </xsl:attribute>
+ <xsl:call-template name="navig.content">
+ <xsl:with-param name="direction" select="'home'"/>
+ </xsl:call-template>
</a>
</li>
</ul>