Deprecated: Assigning the return value of new by reference is deprecated in /home/filer-prod/www/clients/kaya-asso.com/wp-settings.php on line 472
Deprecated: Assigning the return value of new by reference is deprecated in /home/filer-prod/www/clients/kaya-asso.com/wp-settings.php on line 487
Deprecated: Assigning the return value of new by reference is deprecated in /home/filer-prod/www/clients/kaya-asso.com/wp-settings.php on line 494
Deprecated: Assigning the return value of new by reference is deprecated in /home/filer-prod/www/clients/kaya-asso.com/wp-settings.php on line 530
Deprecated: Assigning the return value of new by reference is deprecated in /home/filer-prod/www/clients/kaya-asso.com/wp-includes/cache.php on line 103
Deprecated: Assigning the return value of new by reference is deprecated in /home/filer-prod/www/clients/kaya-asso.com/wp-includes/query.php on line 21
Deprecated: Assigning the return value of new by reference is deprecated in /home/filer-prod/www/clients/kaya-asso.com/wp-includes/theme.php on line 623
/*
* Plugin Name: WP Pngfix
* Plugin URI: http://www.tahapaksu.com/wordpress/pngfix-wordpress-plugin
* Description: Fixes the png transparency on IE for wordpress blogs
* Version: 0.2
* License: Free to Use
* Author: Taha Paksu
* Author URI: http://www.tahapaksu.com/
*/
add_action('wp_head', 'pngfix_apply');
function pngfix_apply(){
$plugindir = get_option('siteurl') . '/wp-content/plugins/' . dirname(plugin_basename(__FILE__));
$css = '
.png {
background-image: expression(
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + (this.tagName==\'IMG\' ? this[\'src\'] : this.currentStyle[\'backgroundImage\'].split(\'\"\')[1]) + ")",
this.runtimeStyle.backgroundImage = "none",
this.src = "'.$plugindir.'/pixel.gif",
this.width = this.style.width | this.clientWidth,
this.height = this.style.height | this.clientHeight
);
}
.pngbg {
behavior : url('.$plugindir.'/iepngfix.htc);
}
';
echo '
';
?>
}?>User-agent: *
Disallow: /