From 77e2a0ffef69cd5b55cf7d9b40b2d0ed258dcf0a Mon Sep 17 00:00:00 2001 From: raylu Date: Fri, 26 Oct 2012 00:55:43 -0700 Subject: integrate mixpanel people https://mixpanel.com/docs/people-analytics --- includes/header.php | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) (limited to 'includes') diff --git a/includes/header.php b/includes/header.php index f9b0f18..d59699f 100644 --- a/includes/header.php +++ b/includes/header.php @@ -24,16 +24,18 @@ function htmlHeader($css = array(), $title = 'Pathery', $desc = '', $scripts = a - @@ -94,6 +96,15 @@ function htmlFooter() { ga.async = true; ga.src = ('https:' == proto ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; s.parentNode.appendChild(ga, s); + + })(); -- cgit v1.2.3