[open-ils-commits] r1444 - evergreen-ils.org/incl (moodaepo)
svn at svn.open-ils.org
svn at svn.open-ils.org
Fri May 6 16:09:22 EDT 2011
Author: moodaepo
Date: 2011-05-06 16:09:17 -0400 (Fri, 06 May 2011)
New Revision: 1444
Modified:
evergreen-ils.org/incl/footer.php
Log:
Including Piwik code for site statistics.
Modified: evergreen-ils.org/incl/footer.php
===================================================================
--- evergreen-ils.org/incl/footer.php 2011-05-06 04:05:12 UTC (rev 1443)
+++ evergreen-ils.org/incl/footer.php 2011-05-06 20:09:17 UTC (rev 1444)
@@ -4,4 +4,18 @@
© 2008 <a href="http://www.georgialibraries.org">GPLS</a> | Partially funded by the Library Services & Technology Act through the Institute of Museum and Library Services.
</p>
</div>
-</div>
\ No newline at end of file
+</div>
+<!-- Piwik -->
+ <script type="text/javascript">
+ var pkBaseURL = (("https:" == document.location.protocol) ? "https://evergreen-ils.org/piwik/" : "http://evergreen-ils.org/piwik/");
+ document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
+ </script>
+ <script type="text/javascript">
+ try {
+ var piwikTracker = Piwik.getTracker(pkBaseURL + "piwik.php", 1);
+ piwikTracker.trackPageView();
+ piwikTracker.enableLinkTracking();
+ } catch( err ) {}
+ </script>
+ <noscript><p><img src="http://evergreen-ils.org/piwik/piwik.php?idsite=1" style="border:0" alt="" /></p></noscript>
+<!-- End Piwik Tracking Code -->
More information about the open-ils-commits
mailing list