summaryrefslogtreecommitdiff
path: root/xsl/common.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'xsl/common.xsl')
-rw-r--r--xsl/common.xsl3
1 files changed, 3 insertions, 0 deletions
diff --git a/xsl/common.xsl b/xsl/common.xsl
index 0b7eefc..007d8a2 100644
--- a/xsl/common.xsl
+++ b/xsl/common.xsl
@@ -19,6 +19,9 @@
<xsl:param name="stylesheet" select="'@import url(&quot;style/style.css&quot;);'" />
<xsl:param name="version" select="''" />
+ <xsl:param name="versioned_jpg" select="'.jpg'" />
+ <xsl:param name="versioned_png" select="'.png'" />
+
<xsl:output method="xml" indent="no" encoding="utf-8"
cdata-section-elements="script style"
media-type="application/xhtml+xml"