import head and body instead of xsl:include
svn path=/branches/test/; revision=29254
This commit is contained in:
parent
10875e5b7b
commit
6fad01186a
5
fsfe.xsl
5
fsfe.xsl
@ -10,13 +10,14 @@
|
||||
<xsl:import href="tools/xsltsl/static-elements.xsl" />
|
||||
<xsl:import href="tools/xsltsl/tagging.xsl" />
|
||||
|
||||
<xsl:import href="build/xslt/fsfe_head.xsl" />
|
||||
<xsl:import href="build/xslt/fsfe_body.xsl" />
|
||||
|
||||
<!-- For pages used on external web servers, load the CSS from absolute URL -->
|
||||
<xsl:variable name="urlprefix">
|
||||
<xsl:if test="/buildinfo/document/@external">https://fsfe.org</xsl:if>
|
||||
</xsl:variable>
|
||||
|
||||
<xsl:include href="build/xslt/fsfe_head.xsl" />
|
||||
<xsl:include href="build/xslt/fsfe_body.xsl" />
|
||||
<xsl:include href="build/xslt/fsfe_document.xsl" />
|
||||
<xsl:include href="build/xslt/fsfe_headings.xsl" />
|
||||
<xsl:include href="build/xslt/fsfe_localmenu.xsl" />
|
||||
|
Loading…
Reference in New Issue
Block a user