Index: iepngfix.htc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/pngbehave/iepngfix.htc,v
retrieving revision 1.6.2.1
diff -u -r1.6.2.1 iepngfix.htc
--- iepngfix.htc	7 Dec 2008 11:30:34 -0000	1.6.2.1
+++ iepngfix.htc	10 Dec 2008 17:32:29 -0000
@@ -13,7 +13,7 @@
 
 // This must be a path to a blank image, relative to the HTML document(s).
 // Chris Paul (mrjeeves): set this to use drupal's base path and default path to module
-IEPNGFix.blankImg = Drupal_base_path + 'sites/all/modules/pngbehave/blank.gif';
+IEPNGFix.blankImg = BlankImgPath + '/blank.gif';
 
 
 IEPNGFix.fix = function(elm, src, t) {
Index: pngbehave.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/pngbehave/pngbehave.module,v
retrieving revision 1.4.2.2
diff -u -r1.4.2.2 pngbehave.module
--- pngbehave.module	7 Dec 2008 12:19:49 -0000	1.4.2.2
+++ pngbehave.module	10 Dec 2008 17:32:28 -0000
@@ -35,7 +35,7 @@
     drupal_set_html_head('<!--[if lt IE 7]>
          <script type="text/javascript">
            document.execCommand("BackgroundImageCache", false, true);
-           var Drupal_base_path = '. base_path() . ';
+           var BlankImgPath = '. base_path() . drupal_get_path('module', 'pngbehave') .';
 				</script>
         <style type="text/css">' . $pngbehaveclasses . ' { behavior: url('. base_path() . drupal_get_path('module', 'pngbehave') . '/iepngfix.htc)} ' . $pngbehaveexclude . '</style>
         <script type="text/javascript" src="'. base_path() . drupal_get_path('module', 'pngbehave') . '/iepngfix_tilebg.js"></script>

