* Using new icons in the /common/images/icons/ directory
authorÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Sun, 15 May 2005 14:03:13 +0000 (14:03 +0000)
committerÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Sun, 15 May 2005 14:03:13 +0000 (14:03 +0000)
includes/Image.php

index a22ae0a..ae28c72 100644 (file)
@@ -637,7 +637,7 @@ class Image
                
                $try = array( 'fileicon-' . $this->extension . '.png', 'fileicon.png' );
                foreach( $try as $icon ) {
-                       $path = '/common/images/' . $icon;
+                       $path = '/common/images/icons/' . $icon;
                        $filepath = $wgStyleDirectory . $path;
                        if( file_exists( $filepath ) ) {
                                return new ThumbnailImage( $wgStylePath . $path, 120, 120 );