Index: typo3/class.filelistfoldertree.php =================================================================== --- typo3/class.filelistfoldertree.php (revision 4306) +++ typo3/class.filelistfoldertree.php (working copy) @@ -397,6 +397,7 @@ if ($this->makeHTML) { $HTML = $this->PMicon($row,$a,$c,$nextCount,$exp); + $webpath = t3lib_BEfunc::getPathType_web_nonweb($path); $icon = 'gfx/i/_icon_' .$webpath . 'folders' . ($type == 'readonly' ? '_ro' : '') . '.gif'; if ($val == '_temp_') { $icon = 'gfx/i/sysf.gif';