Hi, I have set the Vector 2022 skin as the main skin for my MediaWiki, unfortunately the logo is not displayed. Old and new code not working. I have a logo file in the main Mediawiki folder/images/logo and unfortunately I no longer have any idea why the logo is not showing on my MediaWiki.
This old code doesn't work:
$wgLogo = "{$wgScriptPath}/images/logo/logo.png";
This new code doesn't work either:
$wgLogos = [ '1x' => "$wgResourceBasePath/images/logo/logo.png",
This code doesn't work either:
$wgLogos = [ '1x' => "/images/logo/logo.png", // Ścieżka do wersji 1x (PNG) '1.5x' => "/images/logo/logo.png", // Ścieżka do wersji 1.5x (PNG) '2x' => "/images/logo/logo.png", // Ścieżka do wersji 2x (PNG) 'svg' => "/images/logo/logo.svg", // Ścieżka do wersji SVG (preferowana)
Please help.