Ignore:
Timestamp:
2016-08-23T22:27:17+12:00 (8 years ago)
Author:
ak19
Message:

The about image and home page image were not working correctly before (the home page image used the about image, and nothing appeared on the about page).

File:
1 edited

Legend:

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

    r30688 r30740  
    238238    <xsl:variable name="coll_href"><xsl:value-of select="$library_name"/>/collection/<xsl:value-of select="@name"/>/page/about<xsl:choose><xsl:when test="libraryParamList/param">?<xsl:for-each select="libraryParamList/param"><xsl:value-of select="@name"/>=<xsl:value-of select="@default"/>&amp;</xsl:for-each></xsl:when></xsl:choose></xsl:variable>
    239239    <xsl:choose>
    240       <xsl:when test="displayItem[@name='icon']">
     240      <xsl:when test="displayItem[@name='smallicon']">
    241241        <a href="{$coll_href}" title="{$desc}">
    242242          <img class="collectionLinkImage">
    243243            <xsl:attribute name="alt"><xsl:value-of select="displayItem[@name='name']"/></xsl:attribute>
    244             <xsl:attribute name="src">sites/<xsl:value-of select="$site_name"/>/collect/<xsl:value-of select="@name"/>/images/<xsl:value-of select="displayItem[@name='icon']"/></xsl:attribute>
     244            <xsl:attribute name="src">sites/<xsl:value-of select="$site_name"/>/collect/<xsl:value-of select="@name"/>/images/<xsl:value-of select="displayItem[@name='smallicon']"/></xsl:attribute>
    245245          </img>
    246246        </a>
Note: See TracChangeset for help on using the changeset viewer.