Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. If you haven't already, you need to Create a new theme
  2. To modify the header, locate the template named "buildHeader" inside the proper XSLT in your theme (see above file locations). Copy this template into your theme's local 'template.xsl' (or whatever you named your custom theme's stylesheet) and modify the XSLT as needed.
    Code Block
    <xsl:template name="buildHeader">
    ....
    Code Block
    
    </xsl:template>
  3. To modify the footer, locate the template named "buildFooter" inside the proper XSLT in your theme (see above file locations). Copy this template into your theme's local 'template.xsl' (or whatever you named your custom theme's stylesheet) and modify the XSLT as needed.
    Code Block
    <xsl:template name="buildFooter">
    ....
    Code Block
    
    </xsl:template>