Ignore:
Timestamp:
2023-03-03T15:20:49+13:00 (14 months ago)
Author:
anupama
Message:

add in the test for favourites/docbasket into create-html-header - that way, any custom files will come after. otherwise can't customise favourites in core-extra or additionalHeaderContent

File:
1 edited

Legend:

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

    r37391 r37403  
    189189    <xsl:call-template name="define-js-macro-variables"/>
    190190
     191
     192    <xsl:if test="$favouriteBasketOn">
     193      <xsl:call-template name="favouritesHeadTags" />
     194    </xsl:if>
     195    <xsl:if test="$documentBasketOn">
     196      <xsl:call-template name="documentBasketHeadTags" />
     197    </xsl:if>
     198   
     199    <!-- now add in any custom things -->
    191200    <link rel="stylesheet" href="interfaces/{$interface_name}/style/core-extra.css" type="text/css"/>
    192201   
Note: See TracChangeset for help on using the changeset viewer.