comparison xsls/article.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
25 X:include href = "link.xslt"; 25 X:include href = "link.xslt";
26 X:include href = "style.xslt"; 26 X:include href = "style.xslt";
27 X:include href = "body.xslt"; 27 X:include href = "body.xslt";
28 X:include href = "menu.xslt"; 28 X:include href = "menu.xslt";
29 X:include href = "banner.xslt"; 29 X:include href = "banner.xslt";
30 X:include href = "ga.xslt";
31 X:include href = "content.xslt"; 30 X:include href = "content.xslt";
32 X:include href = "books.xslt"; 31 X:include href = "books.xslt";
33 X:include href = "directive.xslt"; 32 X:include href = "directive.xslt";
34 X:include href = "donate.xslt"; 33 X:include href = "donate.xslt";
35 X:include href = "download.xslt"; 34 X:include href = "download.xslt";
50 49
51 !style (lang="@lang") 50 !style (lang="@lang")
52 51
53 !banner () 52 !banner ()
54 53
55 !ga ()
56
57 </head> 54 </head>
58 55
59 !body (lang="@lang") 56 !body (lang="@lang")
60 57
61 </html> 58 </html>