comparison 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
comparison
equal deleted inserted replaced
542:a9e6a8613534 543:9085f0c59dc6
17 X:include href = "dirname.xslt"; 17 X:include href = "dirname.xslt";
18 X:include href = "link.xslt"; 18 X:include href = "link.xslt";
19 X:include href = "style.xslt"; 19 X:include href = "style.xslt";
20 X:include href = "body.xslt"; 20 X:include href = "body.xslt";
21 X:include href = "menu.xslt"; 21 X:include href = "menu.xslt";
22 X:include href = "ga.xslt";
22 X:include href = "content.xslt"; 23 X:include href = "content.xslt";
23 24
24 25
25 X:template = "/news" { 26 X:template = "/news" {
26 <html><head> 27 <html><head>
29 title="{@name}" href="{$SITE}/index.rss" /> 30 title="{@name}" href="{$SITE}/index.rss" />
30 31
31 <title> !{@name} X:if "$YEAR" { X:text{: } !{$YEAR} } </title> 32 <title> !{@name} X:if "$YEAR" { X:text{: } !{$YEAR} } </title>
32 33
33 !style (lang="@lang") 34 !style (lang="@lang")
35
36 !ga ()
34 37
35 </head> 38 </head>
36 39
37 !body (lang="@lang") 40 !body (lang="@lang")
38 41