2019c2019 < $folderIcon .= htmlspecialchars(GeneralUtility::fixed_lgd_cs(basename($baseFolder), $titleLength)); --- > $folderIcon .= htmlspecialchars(GeneralUtility::fixed_lgd_cs($baseFolder->getName(), $titleLength)); 2025c2025 < foreach ($folders as $folderPath) { --- > foreach ($folders as $subFolder) { 2026a2027 > $folderPath = $subFolder->getPublicUrl(); 2052c2053 < . htmlspecialchars(GeneralUtility::fixed_lgd_cs(basename($folderPath), $titleLength)) . $aTag_e; --- > . htmlspecialchars(GeneralUtility::fixed_lgd_cs($subFolder->getName(), $titleLength)) . $aTag_e;