Add support for HD versions of the wiki logo in MonoBook-like skins.
authorisarra <s@zaori.org>
Mon, 9 Mar 2015 01:55:31 +0000 (01:55 +0000)
committerisarra <s@zaori.org>
Fri, 13 Mar 2015 06:20:00 +0000 (06:20 +0000)
commitb5f2cf2db1adea872b0bd676d729ebfe84538a24
tree2736b45228d5c83e34bdb3bcd3bd9c386a86ccd3
parent17607cf8965bf332f8c80d7a8e25a8c4e1107696
Add support for HD versions of the wiki logo in MonoBook-like skins.

Done using an array $wgLogoHD, which expects something like the following:

$wgLogoHD = array(
"1.5x" => "path/to/1.5x_version.png",
"2x" => "path/to/2x_version.png"
);

This is still horrible, but I dunno how to make it less horrible. Help.

Bug: T37337
Change-Id: Iee3e73c1f96b81c2094418986cf1c267d93d1bdd
includes/DefaultSettings.php
includes/resourceloader/ResourceLoaderSkinModule.php