diff xsls/news.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 0991bf45cbb8
children be54c443235a
line wrap: on
line diff
--- a/xsls/news.xsls
+++ b/xsls/news.xsls
@@ -19,6 +19,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";
 
 
@@ -32,6 +33,8 @@ X:template = "/news" {
 
     !style (lang="@lang")
 
+    !ga ()
+
     </head>
 
     !body (lang="@lang")