Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
(adding in poweredby also) |
|||
| (7 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
$wgFooterIcons['poweredby']['myicon'] = [ | $wgFooterIcons['poweredby']['myicon'] = [ | ||
| − | "src" => "$wgResourceBasePath/resources/assets/personal-images/ | + | "src" => "$wgResourceBasePath/resources/assets/personal-images/become_a_patron_button2x.png", |
| − | |||
"url" => "https://www.patreon.com/mustachianhacks", | "url" => "https://www.patreon.com/mustachianhacks", | ||
"alt" => "Patreon page for donations", | "alt" => "Patreon page for donations", | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
]; | ]; | ||
Latest revision as of 22:05, 1 December 2019
/* CSS placed here will be applied to all skins */ $wgFooterIcons['poweredby']['myicon'] = [ "src" => "$wgResourceBasePath/resources/assets/personal-images/become_a_patron_button2x.png", "url" => "https://www.patreon.com/mustachianhacks", "alt" => "Patreon page for donations", ];
