From: Jens Frank Date: Wed, 30 Jun 2004 18:27:26 +0000 (+0000) Subject: RightsIcon text was broken when included in "" during later processing X-Git-Tag: 1.5.0alpha1~2732 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22articles%22%2C%22id_article=%24id_article%22%29%20.%20%22?a=commitdiff_plain;h=42ca8ab399355be5fe82a5dd53d1a6137b5370e9;p=lhc%2Fweb%2Fwiklou.git RightsIcon text was broken when included in "" during later processing --- diff --git a/config/index.php b/config/index.php index cba3508ef7..462f63dcca 100644 --- a/config/index.php +++ b/config/index.php @@ -317,7 +317,7 @@ if( $conf->License == "gfdl" ) { $conf->RightsUrl = "http://www.gnu.org/copyleft/fdl.html"; $conf->RightsText = "GNU Free Documentation License 1.2"; $conf->RightsCode = "gfdl"; - $conf->RightsIcon = '$wgStylePath."/images/gnu-fdl.png"'; + $conf->RightsIcon = '${wgStylePath}/images/gnu-fdl.png'; } elseif( $conf->License == "none" ) { $conf->RightsUrl = $conf->RightsText = $conf->RightsCode = $conf->RightsIcon = ""; } else {