Ignore:
Timestamp:
2016-10-13T13:12:51+13:00 (8 years ago)
Author:
kjdon
Message:

created a new template named coll-description for easier customization

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/interfaces/default/transform/pages/about.xsl

    r30842 r30861  
    3737        and if some services are available then create a list
    3838        of links for each service within a <ul id="servicelist"> element.-->
    39         <gslib:collectionDescriptionTextAndServicesLinks/>
     39        <xsl:call-template name="coll-description"/>
    4040    </xsl:template>
    41 
     41   
     42    <xsl:template name="coll-description">
     43      <gslib:collectionDescriptionTextAndServicesLinks/>
     44    </xsl:template>
    4245
    4346</xsl:stylesheet> 
Note: See TracChangeset for help on using the changeset viewer.