From: Ævar Arnfjörð Bjarmason Date: Sun, 15 May 2005 14:03:13 +0000 (+0000) Subject: * Using new icons in the /common/images/icons/ directory X-Git-Tag: 1.5.0alpha2~180 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=90ae95ee43b39f68d7ec593df9f0e2403c4278e0;p=lhc%2Fweb%2Fwiklou.git * Using new icons in the /common/images/icons/ directory --- diff --git a/includes/Image.php b/includes/Image.php index a22ae0a0b1..ae28c72162 100644 --- a/includes/Image.php +++ b/includes/Image.php @@ -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 );