| 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 |
| 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 |
} |
} |