comparison xslt/article.xslt @ 2875:c704a743f269

Removed google analytics.
author Sergey Budnevitch <sb@waeme.net>
date Fri, 05 Aug 2022 12:19:48 +0400
parents fdf1464e1977
children 91a2ee74ca72
comparison
equal deleted inserted replaced
2874:60851da88db6 2875:c704a743f269
26 <xsl:include href="link.xslt"/> 26 <xsl:include href="link.xslt"/>
27 <xsl:include href="style.xslt"/> 27 <xsl:include href="style.xslt"/>
28 <xsl:include href="body.xslt"/> 28 <xsl:include href="body.xslt"/>
29 <xsl:include href="menu.xslt"/> 29 <xsl:include href="menu.xslt"/>
30 <xsl:include href="banner.xslt"/> 30 <xsl:include href="banner.xslt"/>
31 <xsl:include href="ga.xslt"/>
32 <xsl:include href="content.xslt"/> 31 <xsl:include href="content.xslt"/>
33 <xsl:include href="books.xslt"/> 32 <xsl:include href="books.xslt"/>
34 <xsl:include href="directive.xslt"/> 33 <xsl:include href="directive.xslt"/>
35 <xsl:include href="donate.xslt"/> 34 <xsl:include href="donate.xslt"/>
36 <xsl:include href="download.xslt"/> 35 <xsl:include href="download.xslt"/>
47 46
48 <head> 47 <head>
49 48
50 <title> <xsl:value-of select="@name"/> </title> 49 <title> <xsl:value-of select="@name"/> </title>
51 50
52 <xsl:call-template name="style"><xsl:with-param select="@lang" name="lang"/></xsl:call-template><xsl:call-template name="banner"/><xsl:call-template name="ga"/></head> 51 <xsl:call-template name="style"><xsl:with-param select="@lang" name="lang"/></xsl:call-template><xsl:call-template name="banner"/></head>
53 52
54 <xsl:call-template name="body"><xsl:with-param select="@lang" name="lang"/></xsl:call-template></html> 53 <xsl:call-template name="body"><xsl:with-param select="@lang" name="lang"/></xsl:call-template></html>
55 </xsl:template> 54 </xsl:template>
56 55
57 56