* use $wgStylePath in right icon (only for gfdl, still hardwired at install for cc)
authorGabriel Wicke <gwicke@users.mediawiki.org>
Wed, 30 Jun 2004 00:05:14 +0000 (00:05 +0000)
committerGabriel Wicke <gwicke@users.mediawiki.org>
Wed, 30 Jun 2004 00:05:14 +0000 (00:05 +0000)
* added myself to authors

config/index.php

index 69d4ca7..cba3508 100644 (file)
@@ -80,7 +80,7 @@ header( "Content-type: text/html; charset=utf-8" );
  
  <b><a href="http://www.mediawiki.org/">MediaWiki</a></b> is
  Copyright (C) 2001-2004 by Magnus Manske, Brion Vibber, Lee Daniel Crocker,
- Tim Starling, Erik M&ouml;ller, and others.</p>
+ Tim Starling, Erik M&ouml;ller, Gabriel Wicke and others.</p>
  
  <ul>
  <li><a href="../README">Readme</a></li>
@@ -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 = "{$conf->ScriptPath}/stylesheets/images/gnu-fdl.png";
+       $conf->RightsIcon = '$wgStylePath."/images/gnu-fdl.png"';
 } elseif( $conf->License == "none" ) {
        $conf->RightsUrl = $conf->RightsText = $conf->RightsCode = $conf->RightsIcon = "";
 } else {