Changeset 835892c


Ignore:
Timestamp:
01/19/2005 08:00:56 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Children:
4f489d0
Parents:
c2913ea
Message:

Fixed navigational links.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/LFS-RNG/BOOK@4547 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Location:
stylesheets/xhtml
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • stylesheets/xhtml/lfs-legalnotice.xsl

    rc2913ea r835892c  
    3535                    </xsl:attribute>
    3636                    <xsl:attribute name="title">
    37                       <xsl:value-of select="/book/bookinfo/title"/>
     37                      <xsl:value-of select="/book/info/title"/>
    3838                      <xsl:text> - </xsl:text>
    39                       <xsl:value-of select="/book/bookinfo/subtitle"/>
     39                      <xsl:value-of select="/book/info/subtitle"/>
    4040                    </xsl:attribute>
    4141                    <xsl:call-template name="navig.content">
  • stylesheets/xhtml/lfs-navigational.xsl

    rc2913ea r835892c  
    124124              </xsl:attribute>
    125125                <xsl:attribute name="title">
    126                   <xsl:value-of select="$home/bookinfo/title"/>
     126                  <xsl:value-of select="$home/info/title"/>
    127127                  <xsl:text> - </xsl:text>
    128                   <xsl:value-of select="$home/bookinfo/subtitle"/>
     128                  <xsl:value-of select="$home/info/subtitle"/>
    129129                </xsl:attribute>
    130130                <xsl:call-template name="navig.content">
     
    235235                  </xsl:attribute>
    236236                  <xsl:attribute name="title">
    237                     <xsl:value-of select="$home/bookinfo/title"/>
     237                    <xsl:value-of select="$home/info/title"/>
    238238                    <xsl:text> - </xsl:text>
    239                     <xsl:value-of select="$home/bookinfo/subtitle"/>
     239                    <xsl:value-of select="$home/info/subtitle"/>
    240240                  </xsl:attribute>
    241241                  <xsl:call-template name="navig.content">
Note: See TracChangeset for help on using the changeset viewer.