From c39aeb62f7e8dfb6ba6467beb2d9d6f97fd84959 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Mon, 5 Feb 2007 10:49:51 +0000 Subject: Aktualisierung auf MediaWiki 1.9.2 --- config/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/index.php') diff --git a/config/index.php b/config/index.php index 53e77d44..69394e69 100644 --- a/config/index.php +++ b/config/index.php @@ -551,7 +551,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}/common/images/gnu-fdl.png'; + $conf->RightsIcon = '${wgScriptPath}/skins/common/images/gnu-fdl.png'; } elseif( $conf->License == "none" ) { $conf->RightsUrl = $conf->RightsText = $conf->RightsCode = $conf->RightsIcon = ""; } else { -- cgit v1.2.3-54-g00ecf