Changeset 20380


Ignore:
Timestamp:
2009-08-24T16:33:52+12:00 (15 years ago)
Author:
oranfry
Message:

use the site-level metadatum 'siteURL' for links in the interface

File:
1 edited

Legend:

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

    r19988 r20380  
    1010    <!-- put the URL or path of your site here site -->
    1111    <!-- eg 'http://www.example.com/mysite' or '/mysite'  -->
    12     <xsl:template name="siteURL">/</xsl:template>
     12    <xsl:template name="siteURL"><xsl:value-of select="/page/pageResponse/metadataList/metadata[@name='siteURL']"/></xsl:template>
    1313
    1414
Note: See TracChangeset for help on using the changeset viewer.