diff options
Diffstat (limited to 'modules/mediawiki/templates')
-rw-r--r-- | modules/mediawiki/templates/LocalSettings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mediawiki/templates/LocalSettings.php b/modules/mediawiki/templates/LocalSettings.php index 4b8b79a2..71b5e346 100644 --- a/modules/mediawiki/templates/LocalSettings.php +++ b/modules/mediawiki/templates/LocalSettings.php @@ -119,7 +119,7 @@ $wgEnableCreativeCommonsRdf = true; # TODO add a proper page $wgRightsPage = ""; # Set to the title of a wiki page that describes your license/copyright $wgRightsUrl = "http://creativecommons.org/licenses/by-sa/3.0/"; -$wgRightsText = "Creative Common - Attibution - ShareAlike 3.0"; +$wgRightsText = "Creative Common - Attribution - ShareAlike 3.0"; # TODO get the icon to host it on our server $wgRightsIcon = "http://i.creativecommons.org/l/by-sa/3.0/88x31.png"; # $wgRightsCode = "gfdl1_3"; # Not yet used |