https://bugzilla.wikimedia.org/show_bug.cgi?id=56257
--- Comment #4 from Bartosz Dziewoński <[email protected]> --- I didn't test the code below, but it should be enough to override the getStyles() method: class ResourceLoaderSiteModule extends ResourceLoaderWikiModule { … public function getStyles( ResourceLoaderContext $context ) { $styles = parent::getPages( $context ); $styles['all'][] = "#p-logo a { background-image: url($wgLogo); }"; return $styles; } … } -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
