diff xslt/article.xslt @ 544:1507ec5ba69a

Regenerated
author Sergey Budnevitch <sb@waeme.net>
date Wed, 20 Jun 2012 13:50:58 +0000
parents 2681cad309d2
children d40371689c1c
line wrap: on
line diff
--- a/xslt/article.xslt
+++ b/xslt/article.xslt
@@ -29,6 +29,8 @@
 
    <xsl:include href="content.xslt"/>
 
+   <xsl:include href="ga.xslt"/>
+
    <xsl:include href="versions.xslt"/>
 
    <xsl:template match="/article | /module">
@@ -45,6 +47,8 @@
                <xsl:with-param select="@lang" name="lang"/>
             </xsl:call-template>
 
+            <xsl:call-template name="ga"/>
+
          </head>
 
          <xsl:call-template name="body">
@@ -68,6 +72,8 @@
                <xsl:with-param select="@lang" name="lang"/>
             </xsl:call-template>
 
+            <xsl:call-template name="ga"/>
+
          </head>
 
          <xsl:call-template name="body">