summaryrefslogtreecommitdiff
path: root/help3xsl/online_transform.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'help3xsl/online_transform.xsl')
-rw-r--r--help3xsl/online_transform.xsl3
1 files changed, 3 insertions, 0 deletions
diff --git a/help3xsl/online_transform.xsl b/help3xsl/online_transform.xsl
index fa28ad0ffa..6176574c33 100644
--- a/help3xsl/online_transform.xsl
+++ b/help3xsl/online_transform.xsl
@@ -1182,6 +1182,9 @@
<xsl:when test="starts-with(@src,'media/screenshots/')">
<xsl:value-of select="'screenshot'"/>
</xsl:when>
+ <xsl:when test="starts-with(@src,'media/icon-themes/')">
+ <xsl:value-of select="'iconimage'"/>
+ </xsl:when>
<xsl:when test="starts-with(@src,'media/')">
<xsl:value-of select="'genericimage'"/>
</xsl:when>