svn commit: r45889 - head/share/xml
Gavin Atkinson
gavin at FreeBSD.org
Thu Oct 30 18:32:58 UTC 2014
Author: gavin
Date: Thu Oct 30 18:32:57 2014
New Revision: 45889
URL: https://svnweb.freebsd.org/changeset/doc/45889
Log:
Enable Google Analytics for content ghenerated from Docbook sources.
Approved by: doceng (hrs, wblock), webstats (silent approval)
Modified:
head/share/xml/freebsd-xhtml-common.xsl
Modified: head/share/xml/freebsd-xhtml-common.xsl
==============================================================================
--- head/share/xml/freebsd-xhtml-common.xsl Thu Oct 30 11:50:59 2014 (r45888)
+++ head/share/xml/freebsd-xhtml-common.xsl Thu Oct 30 18:32:57 2014 (r45889)
@@ -45,6 +45,10 @@
</l:l10n>
</i18n>
+ <xsl:template name="user.head.content">
+ <script type="text/javascript" src="/layout/js/google.js" />
+ </xsl:template>
+
<xsl:template name="user.footer.navigation">
<p align="center"><small>All FreeBSD documents are available for download
at <a href="http://ftp.FreeBSD.org/pub/FreeBSD/doc/">http://ftp.FreeBSD.org/pub/FreeBSD/doc/</a></small></p>
More information about the svn-doc-all
mailing list