Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/site/app/views/layouts/mozilla.thtml
diff options
context:
space:
mode:
Diffstat (limited to 'site/app/views/layouts/mozilla.thtml')
-rw-r--r--site/app/views/layouts/mozilla.thtml2
1 files changed, 2 insertions, 0 deletions
diff --git a/site/app/views/layouts/mozilla.thtml b/site/app/views/layouts/mozilla.thtml
index 31a422b..706e7d1 100644
--- a/site/app/views/layouts/mozilla.thtml
+++ b/site/app/views/layouts/mozilla.thtml
@@ -236,11 +236,13 @@
advLink.click();
<?php } ?>
+ if (typeof __utmSetVar == 'function') {
<?php if ($this->controller->Session->check('User')): ?>
__utmSetVar("Loggedin");
<?php else: ?>
__utmSetVar("Loggedout");
<?php endif; ?>
+ }
<?php if(isset($content_wide) && $content_wide): ?>
if ( $(window).width() > 1000 ) {