Hi,

When I use the google_analytics module, I get this Javascript error which causes display issues in IE6:

"Drupal is not defined (googleanalytics.js?8,3)"

I looked at the code and it says:

if (Drupal.jsEnabled)

I tried including misc/drupal.js but I get this:

$ is not defined
drupal.js()()drupal.js (line 271)
[Break on this error] $(document.documentElement).addClass('js');

I am using a custom template. What am I missing in my template for the code to work properly?

L