From 2ad8c4ac3a1fed026bec69564c4c3156a77700d5 Mon Sep 17 00:00:00 2001 From: Conrad Schulz Date: Sat, 9 Jan 2021 16:41:32 +0100 Subject: [PATCH] Updated Logo Path --- example.LocalSettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example.LocalSettings.php b/example.LocalSettings.php index bcd3e98..b1eef4e 100644 --- a/example.LocalSettings.php +++ b/example.LocalSettings.php @@ -36,7 +36,7 @@ $wgResourceBasePath = $wgScriptPath; ## The URL paths to the logo. Make sure you change this from the default, ## or else you'll overwrite your logo when you upgrade! -$wgLogos = [ '1x' => "$wgResourceBasePath/resources/assets/IMG_3131.png" ]; +$wgLogos = [ '1x' => "$wgResourceBasePath/resources/assets/Wiki_Logo.png" ]; ## UPO means: this is also a user preference option