Changeset 37078


Ignore:
Timestamp:
2022-12-29T00:18:58+13:00 (16 months ago)
Author:
davidb
Message:

Tweaked an existing (empty) rule with a commented out body that shows the sort of thing you might like to change it to

File:
1 edited

Legend:

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

    r37024 r37078  
    259259  <!-- This template should be overridden in header.xsl of a new interface file if you want to add extra header content -->
    260260  <xsl:template name="additionalHeaderContent-interface">
    261   </xsl:template>
     261    <!--
     262    <link rel="stylesheet" type="text/css" src="interfaces/{$interface_name}/style/core-extra.css"/>   
     263    -->
     264  </xsl:template>
     265
    262266  <!-- This template should be overridden in the header.xsl file in a site's transform directory if you want to add site specific headers -->
    263267  <xsl:template name="additionalHeaderContent-site">
    264268  </xsl:template>
     269
    265270  <!-- This template should be overridden in the collectionConfig.xml file if you want to add extra header content -->
    266271  <xsl:template name="additionalHeaderContent-collection">
Note: See TracChangeset for help on using the changeset viewer.