Index: typo3/sysext/t3skin/pngfix/class.tx_templatehook.php =================================================================== --- typo3/sysext/t3skin/pngfix/class.tx_templatehook.php (revision 8025) +++ typo3/sysext/t3skin/pngfix/class.tx_templatehook.php (working copy) @@ -9,10 +9,8 @@ && strpos($userAgent, 'Opera') === false && strpos($userAgent, 'MSIE 7') === false) { //make sure we match IE6 but not Opera or IE7 - $parent->loadJavascriptLib('sysext/t3skin/pngfix/iepngfix.js'); - $params['pageRenderer']->addCssInlineBlock('iepngfix', ".t3-icon, .htmlarea .toolbar .x-btn-text, .htmlarea-window .x-panel-icon { behavior: url('" . $parent->backPath . 'sysext/t3skin/pngfix/iepngfix.php' . "\');"); + $params['pageRenderer']->addCssFile($parent->backPath . 'sysext/t3skin/stylesheets/ie6/z_t3-icons-gifSprites.css'); } - } }