Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
(add {}) |
|||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
| − | + | $wgFooterIcons['myicon'] = [ | |
"src" => "$wgResourceBasePath/resources/assets/personal-images/become_a_patron_button@2x.png", | "src" => "$wgResourceBasePath/resources/assets/personal-images/become_a_patron_button@2x.png", | ||
// you may also use a direct path to the source, e.g. "http://example.com/my/custom/path/to/MyCustomLogo.png" | // you may also use a direct path to the source, e.g. "http://example.com/my/custom/path/to/MyCustomLogo.png" | ||
"url" => "https://www.patreon.com/mustachianhacks", | "url" => "https://www.patreon.com/mustachianhacks", | ||
"alt" => "Patreon page for donations", | "alt" => "Patreon page for donations", | ||
| − | ]; | + | ]; |
Revision as of 22:01, 1 December 2019
/* CSS placed here will be applied to all skins */
$wgFooterIcons['myicon'] = [
"src" => "$wgResourceBasePath/resources/assets/personal-images/become_a_patron_button@2x.png",
// you may also use a direct path to the source, e.g. "http://example.com/my/custom/path/to/MyCustomLogo.png"
"url" => "https://www.patreon.com/mustachianhacks",
"alt" => "Patreon page for donations",
];
