Changeset 18330


Ignore:
Timestamp:
2009-01-08T11:44:24+13:00 (15 years ago)
Author:
ak19
Message:

Added missing template definition pageHead into this xsl file from style.xsl, where it will be removed again.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • greenstone3/trunk/web/interfaces/gs2/transform/authen.xsl

    r18318 r18330  
    3838  <xsl:template name="pageTitle">
    3939    <xsl:value-of select="util:getInterfaceText($interface_name, /page/@lang, 'authen.authentication')"/>
     40  </xsl:template>
     41
     42  <!-- put a space in the title in case the actual value is missing - mozilla will not display a page with no title-->
     43  <xsl:template name="pageHead">
     44    <head>
     45      <title>
     46    <xsl:call-template name="pageTitle"/><xsl:text> </xsl:text>
     47      </title>
     48      <xsl:call-template name="globalStyle"/>
     49      <xsl:call-template name="pageStyle"/>
     50    </head>
    4051  </xsl:template>
    4152
Note: See TracChangeset for help on using the changeset viewer.