diff options
author | Tommy Reynolds <Tommy.Reynolds@MegaCoder.com> | 2005-05-17 15:51:17 +0000 |
---|---|---|
committer | Tommy Reynolds <Tommy.Reynolds@MegaCoder.com> | 2005-05-17 15:51:17 +0000 |
commit | f33bee7a322296eb793ffac6468d0ea56b7f1ddc (patch) | |
tree | c0971c4f016e898f5072b5adce656aa6e0dbaef6 /xsl | |
parent | 1f82cf52ff22ac29f4016ffbbbdce8a36190f1ba (diff) | |
download | fedora-doc-utils-f33bee7a322296eb793ffac6468d0ea56b7f1ddc.tar.gz fedora-doc-utils-f33bee7a322296eb793ffac6468d0ea56b7f1ddc.tar.xz fedora-doc-utils-f33bee7a322296eb793ffac6468d0ea56b7f1ddc.zip |
Added FDP-style callout images and a usage example.
Diffstat (limited to 'xsl')
-rw-r--r-- | xsl/html-common.xsl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xsl/html-common.xsl b/xsl/html-common.xsl index caceb2f..70cd0e9 100644 --- a/xsl/html-common.xsl +++ b/xsl/html-common.xsl @@ -11,6 +11,7 @@ <xsl:param name="admon.graphics" select="1"></xsl:param> <xsl:param name="admon.graphics.path">./stylesheet-images/</xsl:param> +<xsl:param name="callout.graphics.path">./stylesheet-images/</xsl:param> <!-- titles after all elements --> |