Ignore:
Timestamp:
2011-10-19T14:49:01+13:00 (13 years ago)
Author:
papitha
Message:

changes to header.xsl

File:
1 edited

Legend:

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

    r24653 r24781  
    3131        <xsl:call-template name="init-seaweed"/>
    3232        <xsl:call-template name="setup-gs-variable"/>
     33        <xsl:call-template name="additionalHeaderContent"/>
     34    </xsl:template>
     35   
     36    <xsl:template name="additionalHeaderContent">
     37        <!-- This template should be overridden in the collectionConfig.xml file if you want to add extra header content -->
    3338    </xsl:template>
    3439       
     
    4853                    }
    4954                    catch (err) {
    50                         alert("Seaweed failed to initialise: " + err.message);
     55                        //alert("Seaweed failed to initialise: " + err.message);
    5156                    }
    5257                });
Note: See TracChangeset for help on using the changeset viewer.