Ignore:
Timestamp:
2016-09-19T11:57:38+12:00 (8 years ago)
Author:
kjdon
Message:

display the site description if there is one

File:
1 edited

Legend:

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

    r30546 r30826  
    4141   
    4242            <div style="clear: both; padding-top: 4px; padding-bottom: 4px;"><hr/></div>
    43 
     43        <xsl:variable name="siteDesc"><gslib:siteDescription/></xsl:variable>
     44        <xsl:if test="$siteDesc != ''">
     45          <xsl:value-of select="$siteDesc"/>
     46          <div style="clear: both; padding-top: 4px; padding-bottom: 4px;"><hr/></div>
     47        </xsl:if>
    4448        <gslib:serviceClusterList/>
    4549
Note: See TracChangeset for help on using the changeset viewer.