Manual:$wgCopyrightIcon

From mediawiki.org
Copyright: $wgCopyrightIcon
Set this to some HTML to override the rights icon with an arbitrary logo.
Introduced in version:1.4.0
Deprecated in version:1.17.0
Removed in version:1.27.0 (Gerrit change 262001; git #0a5b872a)
Allowed values:(string) or null
Default value:null

Details[edit]

Set this to some HTML to override the rights icon with an arbitrary logo. This is the logo in the bottom left of the footer opposite the MediaWiki logo if using the Monobook skin.

For example:

$wgCopyrightIcon = "<img src='/some/path/to/image.png' alt='whatever' />";

See also[edit]