https://bugzilla.wikimedia.org/show_bug.cgi?id=23612

--- Comment #22 from bertignac <bertig...@gmail.com> 2010-08-27 14:31:25 UTC ---
Well, I'm not proud of the fix, but in case it could help someone, I added this
in LocalSettings.php :

if( preg_match('/MSIE 6/', $_SERVER['HTTP_USER_AGENT']) ) {
        $wgDefaultSkin = 'monobook';
} else {
        $wgDefaultSkin = 'vector';
}

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to