Manual:$wgCopyrightIcon
This feature was removed from MediaWiki core in version 1.27.0. Please see $wgFooterIcons['copyright']['copyright'] for an alternative way to use this feature. |
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 |
Other settings: Alphabetical | By function |
Details
editSet 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' />";