Skip to content

Commit

Permalink
T13072: Fix issues regarding copyright button on utgwiki and cafewiki (
Browse files Browse the repository at this point in the history
…#5779)

Fixes T13072
  • Loading branch information
BlankEclair authored Jan 14, 2025
1 parent 7a3648d commit 81471f7
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions LocalSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -1750,7 +1750,14 @@
'url' => 'https://meta.miraheze.org/wiki/Special:MyLanguage/Miraheze_Meta',
'alt' => 'Hosted by Miraheze',
]
]
],
'copyright' => [
'copyright' => [
'src' => 'https://hybridcafe.wiki/w/img_auth.php/0/0f/Badge-ccbysa.svg',
'url' => 'https://creativecommons.org/licenses/by-nc-sa/4.0/',
'alt' => 'Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)',
],
],
],
'lhmnwiki' => [
'hostedby' => [
Expand Down Expand Up @@ -1856,8 +1863,8 @@
'copyright' => [
'copyright' => [
'src' => 'https://static.wikitide.net/utgwiki/0/0f/Badge-ccbysa.svg',
'url' => 'https://creativecommons.org/licenses/by-sa/4.0/',
'alt' => 'Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)',
'url' => 'https://creativecommons.org/licenses/by-nc-sa/4.0/',
'alt' => 'Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)',
],
],
],
Expand Down Expand Up @@ -2877,7 +2884,6 @@

// License
'wgRightsIcon' => [
'cafewiki' => 'https://hybridcafe.wiki/w/img_auth.php/0/0f/Badge-ccbysa.svg',
'constantnoblewiki' => 'https://upload.wikimedia.org/wikipedia/commons/2/29/Freeculturalworks-pdbutton.svg',
'jadtechwiki' => "https://$wmgUploadHostname/jadtechwiki/d/d8/CopyrightIcon.png",
'quyranesswiki' => "https://$wmgUploadHostname/quyranesswiki/0/03/Copyright.svg.png",
Expand Down

0 comments on commit 81471f7

Please sign in to comment.