Index: typo3/class.filelistfoldertree.php =================================================================== --- typo3/class.filelistfoldertree.php (revision 10121) +++ typo3/class.filelistfoldertree.php (revision ) @@ -419,8 +419,8 @@ } - if($webpath == 'web') { - $icon = 'apps-filetree-folder-default'; + if($exp) { + $icon = 'places-folder-opened'; } else { $icon = 'apps-filetree-folder-default'; }