Archived / Obsolete Documentation

Documentation in this space is no longer accurate.
Looking for official DSpace documentation? See all documentation

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Files:

Instructions:

  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 structural.xsl. Copy this template into your theme's local template.xsl and modify the XSLT as needed.
     <xsl:template name="buildHeader">
    ....
     </xsl:template>
  3. To modify the footer, locate the template named "buildFooter" inside the structural.xsl. Copy this template into your theme's local template.xsl and modify the XSLT as needed.
     <xsl:template name="buildFooter">
    ....
     </xsl:template>
  • No labels