Topic on Project:Support desk

Mediawiki/php:add an icon to my wiki

3
Beyond doubt (talkcontribs)

I use mediawiki 1.27.0 and I want to add an icon to my wiki, like the 'W' on Wikipedia.

How can I do it?

62.102.229.98 (talkcontribs)

In your LocalSettings.php, set the $wgLogo with the correct path to your image.

$wgLogo = $wgScriptPath . '/images/4/47/mylogo.png';
2002:43F4:3ABB:1234:6057:F7D0:17AF:F4C3 (talkcontribs)