1 <?php
2 // Use this file in your CSS in place of the .HTC file if it works offline but not online.
3 // It will send the correct MIME type so that IE will execute the script correctly.
4 header('Content-type: text/x-component');
5 include('iepngfix.htc');
6 ?>
7