/[drupal]/contributions/modules/omniture/omniture.module
ViewVC logotype

Diff of /contributions/modules/omniture/omniture.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1.2.7, Fri Oct 26 11:14:40 2007 UTC revision 1.1.2.8, Sat Oct 4 01:48:40 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: omniture.module,v 1.1.2.6 2007/10/03 15:18:51 greggles Exp $  // $Id: omniture.module,v 1.1.2.7 2007/10/26 11:14:40 greggles Exp $
3  /*  /*
4   * Drupal Module: Omniture Stats   * Drupal Module: Omniture Stats
5   * Adds the required Javascript to the bottom of all your Drupal pages   * Adds the required Javascript to the bottom of all your Drupal pages
# Line 157  function omniture_footer($main = 0) { Line 157  function omniture_footer($main = 0) {
157      $script .= '//--></script><noscript><a href="http://www.omniture.com" title="Web Analytics"><img src="';      $script .= '//--></script><noscript><a href="http://www.omniture.com" title="Web Analytics"><img src="';
158      $script .= check_plain(variable_get("omniture_image_file_location", 'http://examplecom.112.2O7.net/b/ss/examplecom/1/H.13--NS/0')) .'"'."\n";      $script .= check_plain(variable_get("omniture_image_file_location", 'http://examplecom.112.2O7.net/b/ss/examplecom/1/H.13--NS/0')) .'"'."\n";
159      $script .= 'height="1" width="1" border="0" alt="" /></a></noscript><!--/DO NOT REMOVE/-->'."\n";      $script .= 'height="1" width="1" border="0" alt="" /></a></noscript><!--/DO NOT REMOVE/-->'."\n";
160      $script .= '<!-- End SiteCatalyst code version: H.13. -->"'."\n";      $script .= '<!-- End SiteCatalyst code version: H.13. -->'."\n";
161      return $script;      return $script;
162    }    }
163  }  }

Legend:
Removed from v.1.1.2.7  
changed lines
  Added in v.1.1.2.8

  ViewVC Help
Powered by ViewVC 1.1.2