Add default path for callouts to xhtml.

[SVN r51321]
This commit is contained in:
Daniel James 2009-02-18 21:23:35 +00:00
parent e272daa32e
commit 05343b86e4

View File

@ -46,9 +46,11 @@
select = "concat($boost.root, '/doc/xhtml/images/')"/>
<xsl:param name = "navig.graphics.path"
select = "concat($boost.root, '/doc/xhtml/images/')"/>
<xsl:param name = "callout.graphics.path"
select = "concat($boost.root, '/doc/src/images/callouts/')"/>
<xsl:param name="admon.style">
<xsl:param name="admon.style">
<!-- Remove the style. Let the CSS do the styling -->
</xsl:param>
@ -75,6 +77,7 @@ section toc
set toc,title
</xsl:param>
<xsl:template name="format.cvs.revision">
<xsl:param name="text"/>
@ -307,4 +310,3 @@ set toc,title
</xsl:template>
</xsl:stylesheet>