diff xsls/article.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 b7b82f978b1d
children be54c443235a
line wrap: on
line diff
--- a/xsls/article.xsls	Tue Jun 19 13:02:40 2012 +0000
+++ b/xsls/article.xsls	Wed Jun 20 13:46:28 2012 +0000
@@ -22,6 +22,7 @@
 X:include href = "donate.xslt";
 X:include href = "directive.xslt";
 X:include href = "content.xslt";
+X:include href = "ga.xslt";
 X:include href = "versions.xslt";
 
 
@@ -34,6 +35,8 @@
 
     !style (lang="@lang")
 
+    !ga ()
+
     </head>
 
     !body (lang="@lang")
@@ -51,6 +54,8 @@
 
     !style (lang="@lang")
 
+    !ga ()
+
     </head>
 
     !body (lang="@lang")