From: Platonides Date: Sun, 25 Jul 2010 21:25:42 +0000 (+0000) Subject: Add $wgLicenseTerms to DefaultSettings X-Git-Tag: 1.31.0-rc.0~35924 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=bab62767c15b805ba8d07e93eb3ada13a9ee9e3d;p=lhc%2Fweb%2Fwiklou.git Add $wgLicenseTerms to DefaultSettings --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index c872029195..1e9b6cd177 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -4187,6 +4187,11 @@ $wgRightsUrl = null; $wgRightsText = null; $wgRightsIcon = null; +/** + * Set to an array of metadata terms. Else they will be loaded based on $wgRightsUrl + */ +$wgLicenseTerms = false; + /** Set this to some HTML to override the rights icon with an arbitrary logo */ $wgCopyrightIcon = null;