diff xslt/news.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
line wrap: on
line diff
--- a/xslt/news.xslt	Tue Jul 19 16:53:15 2022 +0100
+++ b/xslt/news.xslt	Fri Aug 05 12:19:48 2022 +0400
@@ -29,7 +29,6 @@
 <xsl:include href="body.xslt"/>
 <xsl:include href="menu.xslt"/>
 <xsl:include href="banner.xslt"/>
-<xsl:include href="ga.xslt"/>
 <xsl:include href="content.xslt"/>
 
 
@@ -40,7 +39,7 @@
 
     <title> <xsl:value-of select="@name"/> <xsl:if test="$YEAR"> <xsl:text>: </xsl:text> <xsl:value-of select="$YEAR"/> </xsl:if> </title>
 
-    <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>
+    <xsl:call-template name="style"><xsl:with-param select="@lang" name="lang"/></xsl:call-template><xsl:call-template name="banner"/></head>
 
     <xsl:call-template name="body"><xsl:with-param select="@lang" name="lang"/></xsl:call-template></html>
 </xsl:template>