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
Fixes T13072
  • Loading branch information
BlankEclair committed Jan 10, 2025
1 parent f994248 commit 2de3dff
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 @@ -1742,7 +1742,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 @@ -1848,8 +1855,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 @@ -2869,7 +2876,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 2de3dff

Please sign in to comment.