tstarling@svn.wikimedia.org schrieb:
Revision: 25488 Author: tstarling Date: 2007-09-04 16:51:43 +0000 (Tue, 04 Sep 2007)
Log Message:
Big audio noplayer support
if ( $height > 100 ) {
global $wgScriptPath;
$iconUrl = "$wgScriptPath/skins/common/images/icons/fileicon-ogg.png";
The icon is avaiable in my local installation but not in a Wikimedia installation.
/includes/filerepo/file.php uses
$path = '/common/images/icons/' . $icon; $filepath = $wgStyleDirectory . $path;
But I cannot test atm.
Raymond.
Raimond Spekking wrote:
tstarling@svn.wikimedia.org schrieb:
Revision: 25488 Author: tstarling Date: 2007-09-04 16:51:43 +0000 (Tue, 04 Sep 2007)
Log Message:
Big audio noplayer support
if ( $height > 100 ) {
global $wgScriptPath;
$iconUrl = "$wgScriptPath/skins/common/images/icons/fileicon-ogg.png";
The icon is avaiable in my local installation but not in a Wikimedia installation.
/includes/filerepo/file.php uses
$path = '/common/images/icons/' . $icon; $filepath = $wgStyleDirectory . $path;
Fixed in r25669.
-- brion
wikitech-l@lists.wikimedia.org