I'm having trouble with this. I've applied the hack, but the images are just gone and are replaced by the transparent spager.png without the original image showing beneath:
http://backwards.lbdclients.com
The images are the shop and EZ-Pages sidebox headers and also three PNGs in a banner box below them. The source code looks like it should be right:
Code:
<h3 class="rightBoxHeading" id="ezpagesHeading"><img src="/includes/templates/custom/images/spacer.png" style="width: 178px; height: 28px; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/includes/templates/custom/images/backwards_info.png', sizingMethod=scale);" alt="info" /></h3>
I put the spacer.png file in includes/templates/custom/images and the replacePngTags.php in the root directory where the cart is installed. I added the code to the top of tpl_header.php and the bottom of tpl_footer.php. I must be doing something wrong, but I can't figure it out.
The images are PNG-24, but I don't think that should be a deal breaker for the hack.
Any help would be appreciated. Thanks!