moved variable declaration

svn path=/branches/test/; revision=28675
This commit is contained in:
paul 2014-06-30 02:13:01 +00:00
parent ab2b0a4346
commit 86b7037ddf
2 changed files with 5 additions and 5 deletions

View File

@ -29,11 +29,6 @@
</xsl:attribute>
</xsl:element>
<!-- 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>
<!-- For a mobile/tablet/etc. friendly website -->
<xsl:element name="meta">
<xsl:attribute name="name">viewport</xsl:attribute>

View File

@ -10,6 +10,11 @@
<xsl:import href="tools/xsltsl/static-elements.xsl" />
<xsl:import href="tools/xsltsl/tagging.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" />