Index: typo3/show_item.php =================================================================== --- typo3/show_item.php (revision 10031) +++ typo3/show_item.php (working copy) @@ -338,9 +338,7 @@ $code = ''; // Setting header: - $icon = t3lib_BEfunc::getFileIcon($ext); - $url = 'gfx/fileicons/'.$icon; - $fileName = ''.$GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_core.xml:show_item.php.file', 1).': '.$fI['file']; + $fileName = t3lib_iconWorks::getSpriteIconForFile($ext) . '' . $GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_core.xml:show_item.php.file', TRUE) . ': ' . $fI['file']; if (t3lib_div::isFirstPartOfStr($this->file,PATH_site)) { $code.= ''.$fileName.''; } else {