--- imagecache.module.old 2009-01-05 22:29:52.000000000 +0100 +++ imagecache.module.new 2009-03-30 16:53:57.000000000 +0200 @@ -697,6 +697,9 @@ function theme_imagecache($namespace, $p $attributes['class'] = 'imagecache imagecache-'. $namespace; } $attributes = drupal_attributes($attributes); + if (module_exists('transliteration')) { + $path = transliteration_get($path); + } $imagecache_url = imagecache_create_url($namespace, $path); return ''. check_plain($alt) .''; }