Ignore:
Timestamp:
2009-01-08T11:45:01+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/default/transform/authen.xsl

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