Page MenuHomePhabricator

http://wikimediafoundation.org/wiki/Terms_of_use?useformat=mobile shows no logo
Closed, ResolvedPublic

Description

HTML says: <img width="35" height="22" alt="Logo" id="mw-mf-logo" src="upload.wikimedia.org/wikipedia/commons/8/81/35x22px-Wikimedia-logo.png" /> and upload.wikimedia.org/wikipedia/commons/8/81/35x22px-Wikimedia-logo.png returns 404.

This page is linked from all page footers.


Version: .5
Severity: normal

Details

Reference
bz37611

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 22 2014, 12:24 AM
bzimport set Reference to bz37611.
bzimport added a subscriber: Unknown Object (MLST).

Yes. I think that logo makes sense.
This is a configuration change - add the following to LocalSettings.php should do it - is anyone able to do this?

$wgMFCustomLogos = array( 'site' => "https://upload.wikimedia.org/wikipedia/commons/thumb/8/81/Wikimedia-logo.svg/35px-Wikimedia-logo.svg.png"
);

(In reply to comment #2)

Yes. I think that logo makes sense.
This is a configuration change - add the following to LocalSettings.php should
do it - is anyone able to do this?

$wgMFCustomLogos = array( 'site' =>
"https://upload.wikimedia.org/wikipedia/commons/thumb/8/81/Wikimedia-logo.svg/35px-Wikimedia-logo.svg.png"
);

Let's get whoever is doing next weeks mobile push to change this. Anyone with deploy access can fix it.

Fixed. Because the SVG had a wrong ratio, I restored the original PNG.