Update documentation as LanguageGetMagic hook is deprecated.
[lhc/web/wiklou.git] / skins / Chick.php
index b8b9f34..2362263 100644 (file)
@@ -30,8 +30,6 @@ class SkinChick extends SkinTemplate {
                $out->addModuleStyles( 'skins.chick' );
 
                // TODO: Migrate all of these to RL
-               $out->addStyle( 'chick/IE50Fixes.css', 'screen,handheld', 'lt IE 5.5000' );
-               $out->addStyle( 'chick/IE55Fixes.css', 'screen,handheld', 'IE 5.5000' );
                $out->addStyle( 'chick/IE60Fixes.css', 'screen,handheld', 'IE 6' );
        }
 }