forked from coop-cloud/mediawiki
Customisable logo path
This commit is contained in:
@ -39,7 +39,7 @@ $wgResourceBasePath = $wgScriptPath;
|
||||
|
||||
## The URL path to the logo. Make sure you change this from the default,
|
||||
## or else you'll overwrite your logo when you upgrade!
|
||||
$wgLogo = "$wgResourceBasePath/resources/assets/wiki.png";
|
||||
$wgLogo = "{{ env "MEDIAWIKI_LOGO_FILE" }}";
|
||||
|
||||
## UPO means: this is also a user preference option
|
||||
|
||||
|
Reference in New Issue
Block a user