Last modified: 2010-05-15 15:48:21 UTC
It is easy to turn off the GFDL logo to save bandwidth, but wanting just a link "powered by Mediawiki" instead of displaying poweredby_mediawiki_88x31.png means one must move the image, causing apache errors, or set a default skin that lacks it, but that doesn't turn it off for all skins. P.S., some skins don't have the copyright notices. "Legal"? P.S., also no easy way to turn off headbg.jpg without tinkering beyond LocalSettings.php. So there should be a LocalSettings option to turn off all logos and icons maybe. Hope there is at least one bug in this report. P.S., good thing the images dates aren't updated in the tar each new release anymore I hear, that way browser's cache expiration estimates can lengthen.
To turn off headbg.jpg you can either edit the .css files at /monobook/main.css and /monobook/handheld.css to remove it or write on Mediawiki:Common.css body { background: #f9f9f9; } overwriting the previous background.
or body { background-image: none; }
Change your skin if you want to change your skin.