Including Piwik code for site statistics.
authormoodaepo <moodaepo@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Fri, 6 May 2011 20:09:17 +0000 (20:09 +0000)
committermoodaepo <moodaepo@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Fri, 6 May 2011 20:09:17 +0000 (20:09 +0000)
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/evergreen-ils.org@1444 6d9bc8c9-1ec2-4278-b937-99fde70a366f

incl/footer.php

index 1379b14..e93ed66 100755 (executable)
@@ -4,4 +4,18 @@
 &copy; 2008 <a href="http://www.georgialibraries.org">GPLS</a> | Partially funded by the Library Services &amp; 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 -->