Ignore:
Timestamp:
2018-08-30T10:34:44+12:00 (6 years ago)
Author:
kjdon
Message:

added comments and removed some debug text

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/interfaces/default/transform/layouts/header.xsl

    r32371 r32385  
    113113  </xsl:template>
    114114
    115   <!-- This template allows for extra header content to be added by interface, site and collection. -->
     115  <!-- This template allows for extra header content to be added by page, interface, site and collection. -->
    116116  <xsl:template name="additionalHeaderContent">
    117117    <xsl:call-template name="additionalHeaderContent-page"/>
     
    121121  </xsl:template>
    122122
     123  <!-- This template should be overridden in a page xsl file to add extra header content just to that page -->
    123124  <xsl:template name="additionalHeaderContent-page">
    124     header.xsl content
    125   </xsl:template>
     125  </xsl:template>
     126
    126127  <!-- This template should be overridden in header.xsl of a new interface file if you want to add extra header content -->
    127128  <xsl:template name="additionalHeaderContent-interface">
Note: See TracChangeset for help on using the changeset viewer.