https://bugzilla.wikimedia.org/show_bug.cgi?id=56257

--- Comment #6 from Thomas Lam <[email protected]> ---
I tried putting this 
public function getStyles( ResourceLoaderContext $context ) {
    global $wgLogo;
    $styles = parent::getStyles( $context );
    $styles['all'][] = "#p-logo a { background-image: url($wgLogo); }";
    return $styles;
}
in the ResourceLoaderSiteModule class but it doesn't get loaded.  I already got
rid of the inline styling but now there's just no logo.

-- 
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

Reply via email to