diff xsls/download.xsls @ 543:9085f0c59dc6

Google Analytics tracking script added to all pages
author Sergey Budnevitch <sb@waeme.net>
date Wed, 20 Jun 2012 13:46:28 +0000
parents 1ebe107b3d7e
children be54c443235a
line wrap: on
line diff
--- a/xsls/download.xsls
+++ b/xsls/download.xsls
@@ -18,6 +18,7 @@ X:include href = "link.xslt";
 X:include href = "style.xslt";
 X:include href = "body.xslt";
 X:include href = "menu.xslt";
+X:include href = "ga.xslt";
 X:include href = "content.xslt";
 
 
@@ -28,6 +29,8 @@ X:template = "/article" {
 
     !style (lang="@lang")
 
+    !ga ()
+
     </head>
 
     !body (lang="@lang")