--- click_heatmap_old/click_heatmap.module 2010-04-27 10:22:45.000000000 +0100 +++ click_heatmap/click_heatmap.module 2010-04-27 10:19:15.000000000 +0100 @@ -157,6 +157,6 @@ function click_heatmap_library_version() * Provides an interface for viewing click heatmaps. */ function click_heatmap_log_view() { - $url = url(drupal_get_path('module', 'click_heatmap') . '/clickheat', array('absolute' => TRUE)); + $url = url(drupal_get_path('module', 'click_heatmap') . '/clickheat', array('absolute' => TRUE, 'language' => FALSE)); print theme('click_heatmap_report', $url); }