[Phpmyadmin-git] [SCM] phpMyAdmin website branch, master, updated. 4432a9f800dad6f2e7387f621e29efca7195000f

Michal Čihař nijel at users.sourceforge.net
Tue Jun 21 11:51:56 CEST 2011


The branch, master has been updated
       via  4432a9f800dad6f2e7387f621e29efca7195000f (commit)
      from  21e5c7b0df55f763eb737049d5ebe87f1a0bf662 (commit)


- Log -----------------------------------------------------------------
commit 4432a9f800dad6f2e7387f621e29efca7195000f
Author: Michal Čihař <mcihar at suse.cz>
Date:   Tue Jun 21 11:51:37 2011 +0200

    Update piwik tracking code

-----------------------------------------------------------------------

Summary of changes:
 templates/_page.tpl |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/templates/_page.tpl b/templates/_page.tpl
index 81acca3..6b71705 100644
--- a/templates/_page.tpl
+++ b/templates/_page.tpl
@@ -75,12 +75,12 @@ var pkBaseURL = (("https:" == document.location.protocol) ? "https://stats.cihar
 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", 2);
-    piwikTracker.trackPageView();
-    piwikTracker.enableLinkTracking();
+var piwikTracker = Piwik.getTracker(pkBaseURL + "piwik.php", 2);
+piwikTracker.trackPageView();
+piwikTracker.enableLinkTracking();
 } catch( err ) {}
-</script>
-<!-- End Piwik Tag -->
+</script><noscript><p><img src="http://stats.cihar.com/piwik.php?idsite=2" style="border:0" alt="" /></p></noscript>
+<!-- End Piwik Tracking Code -->
  </body>
 </html>
 


hooks/post-receive
-- 
phpMyAdmin website




More information about the Git mailing list