From ea62066deb54151f43083e0126e00605fdf9cdbe Mon Sep 17 00:00:00 2001 From: "wclouser%mozilla.com" Date: Mon, 24 Jul 2006 02:03:43 +0000 Subject: [PATCH] added js for urchin tracking git-svn-id: svn://10.0.0.236/trunk@203486 18797224-902f-48f8-a5cc-f745e15eee43 --- .../webtools/firefox_survey/controllers/users_controller.php | 2 +- mozilla/webtools/firefox_survey/views/elements/header.thtml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/mozilla/webtools/firefox_survey/controllers/users_controller.php b/mozilla/webtools/firefox_survey/controllers/users_controller.php index a945f3f9c59..26a935216e8 100644 --- a/mozilla/webtools/firefox_survey/controllers/users_controller.php +++ b/mozilla/webtools/firefox_survey/controllers/users_controller.php @@ -7,7 +7,7 @@ class UsersController extends AppController { var $name = 'Users'; - var $helpers = array('html'); + var $helpers = array('html','javascript'); /** * Nothing to see here diff --git a/mozilla/webtools/firefox_survey/views/elements/header.thtml b/mozilla/webtools/firefox_survey/views/elements/header.thtml index 3deeb85029e..49d6b9ca683 100644 --- a/mozilla/webtools/firefox_survey/views/elements/header.thtml +++ b/mozilla/webtools/firefox_survey/views/elements/header.thtml @@ -8,6 +8,7 @@ css('rustico/template'); ?> css('rustico/content'); ?> css('screen'); ?> + link('__utm'); ?>