// 330alphafilter
// should we not use the alpha image loader for IE?
$_prefs['alpha_filter'] = array(
    'value' => false,
    'locked' => true,
    'shared' => true,
    'type' => 'checkbox',
    'desc' => _("If you don't see any icons using Internet Explorer, you may need to check this box to turn off PNG transparency.")
);

