Ignore:
Timestamp:
2012-10-18T10:12:58+13:00 (12 years ago)
Author:
sjm84
Message:

Readded the args argument that was accidentally deleted. Also making the language a parameter to the text_fragment_format.xsl

File:
1 edited

Legend:

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

    r26326 r26336  
    286286    <xsl:template match="gsf:collectionText" name="gsf:collectionText">
    287287    <!--<xslt:variable name="collName" select="/page/pageResponse/collection/@name"/>-->
    288         <xslt:value-of select="util:getCollectionText($collName, $site_name, /page/@lang, '{@name}')"/>
     288        <xslt:value-of select="util:getCollectionText($collName, $site_name, /page/@lang, '{@name}', '{@args}')"/>
    289289    </xsl:template>
    290290
Note: See TracChangeset for help on using the changeset viewer.