Skip to content

Commit

Permalink
DS-1757 Missing images in mobile theme
Browse files Browse the repository at this point in the history
Removed link to mobile-default-thumbnail.png and changed to default-thumbnail.png which already existed.
Added contextPath
  • Loading branch information
misilot authored and helix84 committed Jan 22, 2014
1 parent ab851b8 commit 0696100
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dspace-xmlui/src/main/webapp/themes/mobile/mobile.xsl
Expand Up @@ -694,7 +694,8 @@
</xsl:attribute>
<img alt="Thumbnail">
<xsl:attribute name="src">
<xsl:text>themes/mobile/lib/images/mobile-default-thumbnail.png</xsl:text>
<xsl:variable name="request-uri" select="/dri:document/dri:meta/dri:pageMeta/dri:metadata[@element='contextPath'])"/>
<xsl:text>/themes/mobile/lib/images/default-thumbnail.png</xsl:text>
</xsl:attribute>
</img>
</a>
Expand Down

0 comments on commit 0696100

Please sign in to comment.