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

--- Comment #2 from Daniel Friesen <[email protected]> ---
(In reply to comment #1)
> Do we already have core support for this? Like:
> 
> $wgLogo = array(
>     '1x' => '/images/logo.png',
>     '1.5x' => '/images/logo-15.png',
>     '2x' => '/images/logo-2.png',
> );

Not that I know of. And I strongly advise against that syntax.

Besides the fact $wgLogo would be best not converted outright to an array.
We already have a separate bug asking for something like:
$wg???Logo??? = array(
  '150x150' => '/path/to/logo-square.png',
  '200x75' => '/path/to/logo-wide.png',
  '50x50' => '/path/to/logo-small.png',
);

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