comparison xsls/news.xsls @ 2875:c704a743f269

Removed google analytics.
author Sergey Budnevitch <sb@waeme.net>
date Fri, 05 Aug 2022 12:19:48 +0400
parents fdf1464e1977
children 80cc4e6d3d6d
comparison
equal deleted inserted replaced
2874:60851da88db6 2875:c704a743f269
26 X:include href = "link.xslt"; 26 X:include href = "link.xslt";
27 X:include href = "style.xslt"; 27 X:include href = "style.xslt";
28 X:include href = "body.xslt"; 28 X:include href = "body.xslt";
29 X:include href = "menu.xslt"; 29 X:include href = "menu.xslt";
30 X:include href = "banner.xslt"; 30 X:include href = "banner.xslt";
31 X:include href = "ga.xslt";
32 X:include href = "content.xslt"; 31 X:include href = "content.xslt";
33 32
34 33
35 X:template = "/news" { 34 X:template = "/news" {
36 <html><head> 35 <html><head>
41 <title> !{@name} X:if "$YEAR" { X:text{: } !{$YEAR} } </title> 40 <title> !{@name} X:if "$YEAR" { X:text{: } !{$YEAR} } </title>
42 41
43 !style (lang="@lang") 42 !style (lang="@lang")
44 43
45 !banner () 44 !banner ()
46
47 !ga ()
48 45
49 </head> 46 </head>
50 47
51 !body (lang="@lang") 48 !body (lang="@lang")
52 49